Question
Is it possible to use Snowflake Connector for the following COPY operations?
COPY INTO <table>
COPY INTO <location>
Answer
It is possible to use Execute Update SQL of the Snowflake Connector for the COPY operations.
Please specify the appropriate table name or location and the source location from which data should be copied in your SQL statement within the [SQL statement] property of Execute Update SQL.
Comments
0 comments
Article is closed for comments.