Skip to content
Advertisement

Is there a best way to get data from snowflake to s3

Is there a best way to get data from snowflake to s3. ? the data snowflake shows will be in s3, but we don’t have access to that bucket. And we only need to get the specific tables from Snowflake not the entire data.

Advertisement

Answer

you will want the unloading into Amazon S3 documentation.

you can ether choose a table with the

or choose from a select, which is mostly how I export data.

again the COPY INTO doc’s are helpful here.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement