-
Notifications
You must be signed in to change notification settings - Fork 428
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
[Feature] SNOW-1867851: grant_ownership for resource monitor #3318
Labels
category:grants
feature-request
Used to mark issues with provider's missing functionalities
resource:grant_ownership
Issue connected to the snowflake_grant_ownership resource
status-triage_done
Initial triage done, will be further handled by the dev team
Comments
Zarubenko
added
the
feature-request
Used to mark issues with provider's missing functionalities
label
Dec 23, 2024
sfc-gh-dszmolka
added
resource:grant_ownership
Issue connected to the snowflake_grant_ownership resource
resource:resource_monitor
Issue connected to the snowflake_resource_monitor resource
category:grants
status-triage_done
Initial triage done, will be further handled by the dev team
labels
Dec 23, 2024
thank you - will consider this item for next year plans. as a workaround, you can consider using snowflake_execute for the time being. |
sfc-gh-dszmolka
changed the title
[Feature]: grant_ownership for resource monitor
[Feature] SNOW-1867851: grant_ownership for resource monitor
Dec 23, 2024
sfc-gh-dszmolka
removed
the
resource:resource_monitor
Issue connected to the snowflake_resource_monitor resource
label
Dec 28, 2024
Merged
sfc-gh-jcieslak
pushed a commit
that referenced
this issue
Jan 20, 2025
Run pre-push Add timeouts to snowflake_execute References: #3334 Add example to views data source documentation References: #3203 Add resource monitors to grant ownership References: #3318 Remove vacation notice from README Extract okta URL to test vars Add test showing tabs behavior for multiline References: #3307
sfc-gh-jcieslak
pushed a commit
that referenced
this issue
Jan 20, 2025
Run pre-push Add timeouts to snowflake_execute References: #3334 Add example to views data source documentation References: #3203 Add resource monitors to grant ownership References: #3318 Remove vacation notice from README Extract okta URL to test vars Add test showing tabs behavior for multiline References: #3307
sfc-gh-jcieslak
pushed a commit
that referenced
this issue
Jan 20, 2025
Fixes: - add missing resource monitor as valid option to `snowflake_grant_ownership` (references: [#3318](#3318)) - clarify docs for `snowflake_views` (references: [#3203](#3203)) - add timeouts to `snowflake_execute` (references: [#3334](#3334)) Misc (mostly regarding acceptance tests): - remove vacations notice from readme - document current behavior of multiline attributes in cofig generators when there is whitespace (like `\t`); result of #3307 (comment) - extract okta url to test data
sfc-gh-jcieslak
pushed a commit
that referenced
this issue
Jan 20, 2025
Fixes: - add missing resource monitor as valid option to `snowflake_grant_ownership` (references: [#3318](#3318)) - clarify docs for `snowflake_views` (references: [#3203](#3203)) - add timeouts to `snowflake_execute` (references: [#3334](#3334)) Misc (mostly regarding acceptance tests): - remove vacations notice from readme - document current behavior of multiline attributes in cofig generators when there is whitespace (like `\t`); result of #3307 (comment) - extract okta url to test data
sfc-gh-jcieslak
pushed a commit
that referenced
this issue
Jan 20, 2025
Fixes: - add missing resource monitor as valid option to `snowflake_grant_ownership` (references: [#3318](#3318)) - clarify docs for `snowflake_views` (references: [#3203](#3203)) - add timeouts to `snowflake_execute` (references: [#3334](#3334)) Misc (mostly regarding acceptance tests): - remove vacations notice from readme - document current behavior of multiline attributes in cofig generators when there is whitespace (like `\t`); result of #3307 (comment) - extract okta url to test data
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:grants
feature-request
Used to mark issues with provider's missing functionalities
resource:grant_ownership
Issue connected to the snowflake_grant_ownership resource
status-triage_done
Initial triage done, will be further handled by the dev team
Company Name
No response
Use Cases or Problem Statement
I can't implement grant ownership for resource monitor
Category
category:resource
Object type(s)
resource:grant_ownership
Proposal
Please add ability granting ownership on resource monitor for https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/resources/grant_ownership resource.
Example of command:
grant ownership on resource monitor <rm_name> to role <role_name> copy current grants;
How much impact is this issue causing?
Medium
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: