Error in Jupyter Notebook Example - Client object has no method "get_historical_features" #1352
-
Hello, I only recently stumbled across the Feast project, and I think it is very promising for my use case. I am attempting to learn how Feast works by going through the QuickStart guide. After starting up the docker environment, I am running into an issue in the example Jupyter Notebook. In code-cell 19 of the notebook, there is a method call that is returning the error - Client' object has no attribute 'get_historical_features':
I followed all the instructions to the letter up until that point, and I am receiving the same error on multiple machines. I also cannot find the method "get_historical_features" defined anywhere in the Feast codebase. Is there something I am missing? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @rylativity, I think there was a problem with the image build. Can you please pull the image again and see if it's fixed? (I submitted a patch last night) |
Beta Was this translation helpful? Give feedback.
Hi @rylativity,
I think there was a problem with the image build. Can you please pull the image again and see if it's fixed? (I submitted a patch last night)