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

Destination Snowflake: change tables or have option to select from transient to permament type #6743

Closed
marcosmarxm opened this issue Oct 4, 2021 · 1 comment

Comments

@marcosmarxm
Copy link
Member

marcosmarxm commented Oct 4, 2021

Tell us about the problem you're trying to solve

Snowflake supports creating transient tables that persist until explicitly dropped and are available to all users with the appropriate privileges. Transient tables are similar to permanent tables with the key difference that they do not have a Fail-safe period. As a result, transient tables are specifically designed for transitory data that needs to be maintained beyond each session (in contrast to temporary tables), but does not need the same level of data protection and recovery provided by permanent tables.

need to do a cost/benefit analysis with a rough effort estimate.
TODO:

differences between permanent and transient tables?
make decision on whether permanent is feasible, maybe with effort estimate. scope what work is needed.

Describe the solution you’d like

A clear and concise description of what you want to see happen, or the change you would like to see

Describe the alternative you’ve considered or used

A clear and concise description of any alternative solutions or features you've considered or are using today.

Additional context

Add any other context or screenshots about the feature request here.

Are you willing to submit a PR?

Remove this with your answer :-)

@marcosmarxm marcosmarxm added the type/enhancement New feature or request label Oct 4, 2021
@sherifnada sherifnada added the area/connectors Connector related issues label Nov 15, 2021
@sherifnada
Copy link
Contributor

copy of #8681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

No branches or pull requests

4 participants