We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d5b2c commit 67a8023Copy full SHA for 67a8023
es/baseapi.py
@@ -83,6 +83,7 @@ def get_type(data_type) -> int:
83
"interval_day": Type.STRING,
84
"interval_month": Type.STRING,
85
"interval_year": Type.STRING,
86
+ "time": Type.STRING,
87
}
88
return type_map[data_type.lower()]
89
0 commit comments