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 list/describe command to CLI for SavedDatasets, StreamFeatureViews, & ValidationReferences. #4486

Closed
tchughesiv opened this issue Sep 4, 2024 · 0 comments · Fixed by #4487
Labels
kind/feature New feature or request

Comments

@tchughesiv
Copy link
Contributor

tchughesiv commented Sep 4, 2024

Is your feature request related to a problem? Please describe.
These object types can't currently be viewed via the CLI.

Describe the solution you'd like
We should add the capability to the CLI as it already exists in the registry API.

Additional context
Identical to other existing object types -
e.g.

% feast saved-datasets --help
Usage: feast saved-datasets [OPTIONS] COMMAND [ARGS]...

  Access saved datasets

Options:
  --help  Show this message and exit.

Commands:
  describe  Describe a saved dataset
  list      List all saved dataset
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