We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3c111 commit 8f242e6Copy full SHA for 8f242e6
sdk/python/feast/type_map.py
@@ -147,6 +147,7 @@ def python_type_to_feast_value_type(
147
"uint8": ValueType.INT32,
148
"int8": ValueType.INT32,
149
"bool": ValueType.BOOL,
150
+ "boolean": ValueType.BOOL,
151
"timedelta": ValueType.UNIX_TIMESTAMP,
152
"timestamp": ValueType.UNIX_TIMESTAMP,
153
"datetime": ValueType.UNIX_TIMESTAMP,
0 commit comments