-
Notifications
You must be signed in to change notification settings - Fork 55
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
SNOW-1643309 Add snow ws version list
command
#1574
Conversation
7accdba
to
3e4e3b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please revisit this?
I don't think we should use snow ws version-list. We should use snow ws version list instead.
Yeah I'm fine with it, that's what the auto-generation is gonna do anyways |
snow ws version list
command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add integration test coverage as well?
Get all existing versions, if defined, for an application package. | ||
It executes a 'show versions in application package' query and returns all the results. | ||
""" | ||
executor = get_sql_executor() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit, for consistency with the rest of the code
executor = get_sql_executor() | |
sql_executor = get_sql_executor() |
2f59080
to
1411b15
Compare
snow ws version list
commandsnow ws version list
command
Pre-review checklist
Changes description
Adds
snow ws version list
command to be invoked on an app package entity. Behaves the same assnow app version list
.