-
Notifications
You must be signed in to change notification settings - Fork 382
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
[Subtask] Add audit CLI command for Model #5962
Labels
subtask
Subtasks of umbrella issue
Comments
4 tasks
@justinmclean I would like to work on this issue. |
Thanks for offering to help, I'm currently on holiday and might be slow to respond. |
No worries, definitely make sure to enjoy your time off! I did have a question about this command. Should this audit command also be auditing the ModelVersion, not audit it at all, or should I be making a separate command for ModelVersion? |
justinmclean
pushed a commit
that referenced
this issue
Jan 3, 2025
### What changes were proposed in this pull request? The audit command is one of the commands suggested by @justinmclean as part of adding Model entity support for the CLI. Also includes addition of relevant testing code for Model entity CLI commands a whole. ### Why are the changes needed? To add audit functionality for a Model using the CLI Improvement: #5962 ### Does this PR introduce _any_ user-facing change? Yes. The audit command for a model was added. ### How was this patch tested? Unit tests were added for Model CLI support and ran successfully for the audit command.
Abyss-lord
pushed a commit
to Abyss-lord/gravitino
that referenced
this issue
Jan 3, 2025
### What changes were proposed in this pull request? The audit command is one of the commands suggested by @justinmclean as part of adding Model entity support for the CLI. Also includes addition of relevant testing code for Model entity CLI commands a whole. ### Why are the changes needed? To add audit functionality for a Model using the CLI Improvement: apache#5962 ### Does this PR introduce _any_ user-facing change? Yes. The audit command for a model was added. ### How was this patch tested? Unit tests were added for Model CLI support and ran successfully for the audit command.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
Part of an initiative to add Model entity support to CLI
Parent issue
#5959
The text was updated successfully, but these errors were encountered: