简体   繁体   中英

How to connect Snowflake to a Redshift table?

I have been granted read access credentials to a redshift schema with several tables. This data will remain in Redshift and there are no migration plans to Snowflake. The data is weekly updated. What I would like to do is use this credentials to create a connection to this data from Snowflake so that I can query it from there. How should it do it? I see no option in the UI top bar.

I have the usual connection info (host, port, service name, user, password).

在此处输入图像描述

I think the only way something like this is possible without an ETL tool or python etc is to query the redshift tables and dump the results into an s3 bucket which you can connect into Snowflake

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM