Simone P. M.
Simone P. M.
This is happening to me as well. When creating a share like follows: resource "snowflake_share" "" { name = "" } The share is correctly created, but on the next...
For future reference: https://community.snowflake.com/s/article/show-shares-command-ui-data-sharing-changes
I see there is a pull request on the go to solve this issue: https://github.com/Snowflake-Labs/terraform-provider-snowflake/pull/1072
Issue still present in 0.77.0 ``` resource "snowflake_grant_privileges_to_role" "TEST" { privileges = ["IMPORTED PRIVILEGES"] role_name = "ROLE" on_account_object { object_type = "DATABASE" object_name = "SNOWFLAKE" } } ``` After granting...
> I'm facing the same problem with Terraform v1.6.0 and snowflake provider v0.72.0. Trying to delete the following resource: > > ``` > resource "snowflake_grant_privileges_to_role" "snowflake_database_datafold_permissions" { > role_name =...
I see a similar behavior when destroying/replacing SELECT grant on an EVENT TABLE. ``` snowflake_grant_privileges_to_account_role.GRANT_SELECT_ON_EVENT_TABLE_TO_ROLE_ will be destroyed: - resource "snowflake_grant_privileges_to_account_role" "GRANT_SELECT_ON_EVENT_TABLE_TO_ROLE_" { - account_role_name = "" -> null -...
I confirm this behavior: log4j logger settings completely ignored despite being in the classpath, with the connector writing in the console everything as plain text when using Strimzi.
Thanks! As a workaround I am using: resource "snowflake_unsafe_execute" "CREATE_DATABASE_DB_NAME" { execute = "CREATE DATABASE DB_NAME FROM SHARE ORG_NAME.ACC_NAME.DB_NAME" revert = "DROP DATABASE DB_NAME" } snowflake_unsafe_execute does not try to...
Thanks @sfc-gh-jcieslak ! In my trial also provider_database got re-created as well, and not just the share: Create a share from account A to account B Deploy a snowflake_shared_database in...
The issue is also on field 'ext_authn_uid' and all the field becoming "" -> null in bundle 2024_08 The problem for default_namespace can be solved by setting a default namespace...