-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in training the model step 5 #6
Comments
I'm also getting the same error (feast 0.14).
|
from this link you can resolve the error |
I am facing this issue now! TypeError Traceback (most recent call last) 8 frames TypeError: cinit() got an unexpected keyword argument 'use_compliant_nested_type' |
The error is : AttributeError Traceback (most recent call last)
in ()
17 "driver_hourly_stats:conv_rate",
18 "driver_hourly_stats:acc_rate",
---> 19 "driver_hourly_stats:avg_daily_trips",
20 ],
21 ).to_df()
1 frames
/usr/local/lib/python3.7/dist-packages/feast/infra/offline_stores/file.py in evaluate_historical_retrieval()
113
114 # Read offline parquet data in pyarrow format.
--> 115 table = pyarrow.parquet.read_table(feature_view.batch_source.path)
116
117 # Rename columns by the field mapping dictionary if it exists
AttributeError: 'BigQuerySource' object has no attribute 'path'
The text was updated successfully, but these errors were encountered: