We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I create a feature view with an inline data source, it should be added to the registry and discoverable via feature_store.get_data_source.
feature_store.get_data_source
Only data sources defined as top level objects of the feature repo are stored and discoverable in the registry.
In registry.py, introspect all feature views and collect them to be added to the registry.
The text was updated successfully, but these errors were encountered:
adchia
Successfully merging a pull request may close this issue.
Expected Behavior
If I create a feature view with an inline data source, it should be added to the registry and discoverable via
feature_store.get_data_source
.Current Behavior
Only data sources defined as top level objects of the feature repo are stored and discoverable in the registry.
Possible Solution
In registry.py, introspect all feature views and collect them to be added to the registry.
The text was updated successfully, but these errors were encountered: