We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a4889 commit bd9f071Copy full SHA for bd9f071
sdk/python/feast/type_map.py
@@ -164,6 +164,7 @@ def python_type_to_feast_value_type(
164
"datetime64[ns]": ValueType.UNIX_TIMESTAMP,
165
"datetime64[ns, tz]": ValueType.UNIX_TIMESTAMP, # special dtype of pandas
166
"datetime64[ns, utc]": ValueType.UNIX_TIMESTAMP,
167
+ "date": ValueType.UNIX_TIMESTAMP,
168
"category": ValueType.STRING,
169
}
170
0 commit comments