Artur Sawicki

Results 379 comments of Artur Sawicki

Hey @josh-gree. Thanks for creating the issue. We will redesign the existing resources on our road to V1 (https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/ROADMAP.md#our-roadmap). We will address it then.

There is a https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/resources/unsafe_execute resource. You can basically run any statement there. This is a dangerous resource, though. Please make sure you read its documentation before using it.

Hey @JESCHO99. Thanks for creating the issue. We are aware of that problem, and we have it on our roadmap. I hope we will address it soon.

Hey @JESCHO99. We have released the fix as part of [v0.87.0](https://github.com/Snowflake-Labs/terraform-provider-snowflake/releases/tag/v0.87.0) release. Please follow the [migration guide](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/v0.87.0/MIGRATION_GUIDE.md#v0860--v0870) during the update. Please confirm that the issue is resolved in the newest...

Hey @mmerickel. Thank you for reaching out to us. We will shortly visit the topic of supporting every current GA feature (https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/ROADMAP.md#our-roadmap). We will revisit the `SYSTEM$` functions too. We...

Hey @reach2me. Thanks for reaching out to us. It seems that you were using the really old provider version (preSnowflake one) before. Did you check the [CZI_UPGRADE](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/CZI_UPGRADE.md) doc?

Hey @reach2me. From what I see in your .gitlab-ci config, you have the incorrect order: ``` - "terraform init -upgrade" - "terraform state replace-provider 'chanzuckerberg/snowflake' 'Snowflake-Labs/snowflake'" ``` the one listed...

@reach2me it seems you are initializing the gcs backend for the first time. Is this really the case? Also, I would advise bumping in smaller steps. There is a migration...

Hey @reach2me. Did you manage to migrate to the newest provider version using smaller steps?

Closing due to inactivity. Please create a new issue if the problems persist in the newest provider version.