Artur Sawicki
Artur Sawicki
cc: @sfc-gh-jcieslak
Hey @puneet-nayal. Thanks for reaching out to us. We will visit the topic of table constraint resource with https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/ROADMAP.md#supporting-all-snowflake-ga-features. Currently, this resource has not been supporting the read operation: https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/0b947a54a7bd285a4eaa337b6efa69da66d42a17/pkg/resources/table_constraint.go#L346....
Hey @fr33z3. Yes, we will be doing that as part of https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/ROADMAP.md#supporting-all-snowflake-ga-features. We don't have a timeline yet, but we will share it as soon as we have it.
Currently, the workaround for almost every use case is https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/resources/unsafe_execute. This is a dangerous resource, though, so please make sure you check its limitations before using.
@systematics78 it's confusing for good reasons :) It was added to the provider to solve precisely the case you mentioned, but we want people to use it sparingly, hence the...
Hey @AndreasHEbcont. Thanks for reaching out to us. There are several resources that behave incorrectly in such a case but, to my knowledge, database and warehouse are not one of...
The case with the rename is already handled globally as part of #2702. We will try to reproduce the first case in the next few days. I have two questions,...
Thanks for the logs @AndreasHEbcont. You can reach out to your Snowflake account manager, share the complete logs with them, and ask them to pass them on to me internally...
Hey @VenelinMartinov. Thanks for reaching out to us. This is a duplicate of the thread started here: https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/993#issuecomment-2034897825. It is already fixed in #2697 and will be a part of...
This is a valid suggestion. We have it already (better error handling) on our roadmap as part of https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/ROADMAP.md#supporting-all-snowflake-ga-features.