You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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.
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
The text was updated successfully, but these errors were encountered: