feast-hive
feast-hive copied to clipboard
Hive support for Feast offline store
Feast SDK Version: "feast 0.23.2" Traceback (most recent call last): File "/home/azy/.local/bin/feast", line 8, in sys.exit(cli()) File "/home/azy/.local/lib/python3.10/site-packages/click/core.py", line 1130, in __call__ return self.main(*args, **kwargs) File "/home/azy/.local/lib/python3.10/site-packages/click/core.py", line 1055, in...
**Feast version 0.21** **Hive table structure :** event_timestamp timestamp driver_id bigint conv_rate float acc_rate float avg_daily_trips int created timestamp **Example.py** from google.protobuf.duration_pb2 import Duration from feast import Entity, Feature, FeatureView,...
I've made some changes to support `0.26.0` feast API. * added features : https://docs.feast.dev/getting-started/concepts/dataset Additionally, the test code was also modified according to the version. patched some code according to...
Hi again! I've faced yet another problem = ( I've tried to use a Hive table where one of the field had `TIMESTAMP` type. When I tried to run `feast...
Hi! Have anyone tryed to install feast-hive under Windows? For me it fails on `kerberos` install step = (