systematics78
systematics78
I'm facing with the same issue. My task is grant usage access to share.. so it revokes the role grants. enable_multiple_grants set true from beginning. provider version 0.47.0 Any idea...
snowflake_procedure return_behavior = "VOLATILE" https://docs.snowflake.com/en/sql-reference/sql/create-procedure.html VOLATILE | IMMUTABLE Deprecated Attention These keywords are deprecated for stored procedures. These keywords are not intended to apply to stored procedures. In a future...
@DennGag it is already addressed in provider version 0.47.0
snowflake_procedure return_behavior = "VOLATILE" https://docs.snowflake.com/en/sql-reference/sql/create-procedure.html VOLATILE | IMMUTABLE Deprecated Attention These keywords are deprecated for stored procedures. These keywords are not intended to apply to stored procedures. In a future...
It is already addresed and fixed in provider version 0.45.0
https://registry.terraform.io/providers/aidanmelen/snowsql/latest/docs/resources/exec You can use the snowsql_exec resource to execute queries. resource "snowsql_exec" "sf_metadata_utility_apply_row_access_policy" { name = "APPLY_ROW_ACCESS_POLICY_" depends_on = [ some resorces ] create { statements =
name "unsafe_execute" confusing - :) Deprecation Experimental resource. Will be deleted in the upcoming versions. Use at your own risk. at the end snowflake admins executing the queries, scripts and...