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

dw_virtual_warehouse should accept 'name' for deletion #32

Open
wmudge opened this issue Sep 16, 2021 · 0 comments
Open

dw_virtual_warehouse should accept 'name' for deletion #32

wmudge opened this issue Sep 16, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@wmudge
Copy link
Member

wmudge commented Sep 16, 2021

Currently, only warehouse_id is valid for identifying a VM when using state=absent.

Need to change the below and update the docs.

required_if=[
            ['state', 'absent', ['warehouse_id']],
            ['state', 'present', ['catalog_id', 'type', 'name']]
]
@wmudge wmudge assigned wmudge and unassigned wmudge Sep 16, 2021
@wmudge wmudge added the enhancement New feature or request label Oct 5, 2023
@wmudge wmudge added this to the Release 2.1.0 milestone Oct 5, 2023
@wmudge wmudge modified the milestones: Release 2.1.0, Release 2.2.0 Nov 3, 2023
@wmudge wmudge removed this from the Release 2.2.0 milestone Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant