Support ability to alter schema/database and rename #2226
Labels
category:resource
feature-request
Used to mark issues with provider's missing functionalities
resource:schema
Issue connected to the snowflake_schema resource
Terraform CLI and Provider Versions
Terraform CLI version: >= 1.5.0
Snowflake provider version: 0.68.0
Use Cases or Problem Statement
When we try to update the name of a schema in Terraform, it attempts to drop and re-create it. We do not want this behavior and would need it to
ALTER SCHEMA RENAME ...
.Proposal
Implement something similar to the solution to this issue #891 but for schemas and databases
How much impact is this issue causing?
High
Additional Information
No response
The text was updated successfully, but these errors were encountered: