Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for object cloning #2211

Open
radhe-kishan opened this issue Nov 24, 2023 · 2 comments
Open

Support for object cloning #2211

radhe-kishan opened this issue Nov 24, 2023 · 2 comments
Labels
category:resource feature-request Used to mark issues with provider's missing functionalities resource:schema Issue connected to the snowflake_schema resource

Comments

@radhe-kishan
Copy link

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.

@radhe-kishan radhe-kishan added the feature-request Used to mark issues with provider's missing functionalities label Nov 24, 2023
@sfc-gh-jcieslak sfc-gh-jcieslak added category:resource resource:schema Issue connected to the snowflake_schema resource labels May 20, 2024
@sfc-gh-jmichalak
Copy link
Collaborator

Hey @radhe-kishan 👋

We won't support object cloning for any object for V1. Currently, you can either use https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/resources/unsafe_execute or clone manually and import with terraform.

@sfc-gh-asawicki
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:resource feature-request Used to mark issues with provider's missing functionalities resource:schema Issue connected to the snowflake_schema resource
Projects
None yet
Development

No branches or pull requests

4 participants