Support for object cloning #2211
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 v1.6.1
Snowflake 0.75.0
Use Cases or Problem Statement
We are building our pipelines with Coalesce app, it has a nice separation of developer workspace and integration(testing, production) environment.
We are thinking to provide developer with a dedicated schema to work on a particular feature. This will avoid unintentional changes to testing or production environment and give a lot of flexibility to the developer.
Proposal
Can we get support for cloning schema in snowflake_schema resource?
Cloning a schema is expensive task(at least time wise) and there will be many cases where we wouldn't want to clone everything. If we can even get a clone feature for schema objects that should also help to a great extent.
How much impact is this issue causing?
Medium
Additional Information
In the absence of this feature developer will either be using the integration/prod environment or they have to manually pull the required objects in their schema.
The text was updated successfully, but these errors were encountered: