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

Snowflake loader: Specify file format in the load statement #957

Closed
istreeter opened this issue Jun 27, 2022 · 0 comments
Closed

Snowflake loader: Specify file format in the load statement #957

istreeter opened this issue Jun 27, 2022 · 0 comments
Milestone

Comments

@istreeter
Copy link
Contributor

Currently we expect the user to configure their Snowflake stage to be associated with a file format. Here is where it is done in the open source terraform setup.

If we put the format options directly into the COPY INTO statement then it doesn't need to be pre-configured. It is one less thing for the user to set up manually.

Also this would allow the loader to dynamically switch between loading JSON and loading PARQUET without a configuration change in Snowflake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant