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 “CREATE STREAMLIT” privilege in grant_privileges_to_role resource #2290

Closed
LukLight opened this issue Dec 20, 2023 · 2 comments
Closed
Assignees
Labels
feature-request Used to mark issues with provider's missing functionalities

Comments

@LukLight
Copy link

Terraform CLI and Provider Versions

Terraform CLI: 1.0.9
Snowflake-Labs/snowflake Version: 0.47.0 -> 0.80.0

Use Cases or Problem Statement

In the “new” grant resource, it is currently not possible to use the “CREATE STREAMLIT” privilege.
This kind of prevents us in having a clean privilege assignment.

Proposal

Include the privilege within the resource:
https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/pkg/resources/grant_privileges_to_role.go
It has already been included into the “old” resource schema_grant
7b112cc

How much impact is this issue causing?

Medium

Additional Information

No response

@LukLight LukLight added the feature-request Used to mark issues with provider's missing functionalities label Dec 20, 2023
@sfc-gh-jcieslak sfc-gh-jcieslak self-assigned this Dec 22, 2023
@sfc-gh-jcieslak
Copy link
Collaborator

@LukLight
Hey 👋
In #2303 we added support for create streamlit privilege, so in the next release version (0.83.0) snowflake_grant_privileges_to_role should be working correctly.

@LukLight
Copy link
Author

Thank you very much for the fast response (& fix)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Used to mark issues with provider's missing functionalities
Projects
None yet
Development

No branches or pull requests

2 participants