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
Create a Snowflake query that follows this format: GRANT DATABASE ROLE "DATABASE_NAME"."CHILD_DATABASE_ROLE" TO DATABASE ROLE "DATABASE_NAME"."PARENT_DATABASE_ROLE";
Actual Behavior
GRANT DATABASE ROLE "DATABASE_NAME"."CHILD_DATABASE_ROLE" TO ROLE "DATABASE_NAME.PARENT_DATABASE_ROLE";
Steps to Reproduce
copy the configuration
run terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
Current workaround is to use snowflake_unsafe_executes
Would you like to implement a fix?
Yeah, I'll take it 😎
The text was updated successfully, but these errors were encountered:
Terraform CLI Version
1.9.5
Terraform Provider Version
0.99.0
Company Name
No response
Terraform Configuration
Category
category:resource
Object type(s)
resource:grant_database_role
Expected Behavior
Create a Snowflake query that follows this format:
GRANT DATABASE ROLE "DATABASE_NAME"."CHILD_DATABASE_ROLE" TO DATABASE ROLE "DATABASE_NAME"."PARENT_DATABASE_ROLE";
Actual Behavior
GRANT DATABASE ROLE "DATABASE_NAME"."CHILD_DATABASE_ROLE" TO ROLE "DATABASE_NAME.PARENT_DATABASE_ROLE";
Steps to Reproduce
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
Current workaround is to use snowflake_unsafe_executes
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: