diff --git a/es/baseapi.py b/es/baseapi.py index c25360e..6cb4daa 100644 --- a/es/baseapi.py +++ b/es/baseapi.py @@ -83,6 +83,7 @@ def get_type(data_type) -> int: "interval_day": Type.STRING, "interval_month": Type.STRING, "interval_year": Type.STRING, + "time": Type.STRING, } return type_map[data_type.lower()]