Skip to content
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

Creation of Feature View from BigQuery failed with AttributeError #2924

Open
jieshi1010 opened this issue May 3, 2024 · 0 comments
Open

Comments

@jieshi1010
Copy link
Contributor

Expected Behavior

Feature View is created.

Actual Behavior

Got below error

AttributeError Traceback (most recent call last)
in <cell line: 14>()
12
13 print(f"index_config: {index_config}")
---> 14 my_fv = my_fos.create_feature_view_from_big_query(
15 FEATURE_VIEW_ID,
16 big_query_source=big_query_source,

AttributeError: 'FeatureOnlineStore' object has no attribute 'create_feature_view_from_big_query'

Steps to Reproduce the Problem

  1. Run the notebook: https://github.com/jieshi1010/vertex-ai-samples/blob/main/notebooks/official/feature_store/online_feature_serving_and_vector_retrieval_bigquery_data_with_feature_store.ipynb
  2. When creating a feature view from BigQuery, it throws an error saying that AttributeError: 'FeatureOnlineStore' object has no attribute 'create_feature_view_from_big_query'

Specifications

  • Version:
  • Platform:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant