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

Inline data sources not added to the registry fields #2453

Closed
achals opened this issue Mar 25, 2022 · 0 comments · Fixed by #2456
Closed

Inline data sources not added to the registry fields #2453

achals opened this issue Mar 25, 2022 · 0 comments · Fixed by #2456

Comments

@achals
Copy link
Member

achals commented Mar 25, 2022

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.

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

Successfully merging a pull request may close this issue.

2 participants