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

Add --tags filtering capability to the feast feature-views list cli command #4245

Closed
tchughesiv opened this issue May 31, 2024 · 0 comments · Fixed by #4246
Closed

Add --tags filtering capability to the feast feature-views list cli command #4245

tchughesiv opened this issue May 31, 2024 · 0 comments · Fixed by #4246
Labels
kind/feature New feature or request

Comments

@tchughesiv
Copy link
Contributor

tchughesiv commented May 31, 2024

Is your feature request related to a problem? Please describe.
We should be able to list feature-views by tags, same as the UI already supports.

Describe the solution you'd like

$ feast feature-views list --tags team:driver_performance              
NAME                       ENTITIES    TYPE
driver_hourly_stats        {'driver'}  FeatureView
driver_hourly_stats_fresh  {'driver'}  FeatureView
$ feast feature-views list
NAME                       ENTITIES    TYPE
driver_hourly_stats        {'driver'}  FeatureView
driver_hourly_stats_fresh  {'driver'}  FeatureView
transformed_conv_rate_fresh  {'driver'}  OnDemandFeatureView
transformed_conv_rate        {'driver'}  OnDemandFeatureView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant