Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:opendoor-labs/feast
Browse files Browse the repository at this point in the history
  • Loading branch information
ZF Deng committed Feb 10, 2022
2 parents 0c1bebf + dd70821 commit 5612b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/type_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def python_type_to_feast_value_type(
"uint8": ValueType.INT32,
"int8": ValueType.INT32,
"bool": ValueType.BOOL,
"bool_": ValueType.BOOL
"timedelta": ValueType.UNIX_TIMESTAMP,
"timestamp": ValueType.UNIX_TIMESTAMP,
"datetime": ValueType.UNIX_TIMESTAMP,
Expand Down

0 comments on commit 5612b96

Please # to comment.