Copying data across Snowflake databases, schemas from different accounts
My scenario:
I want to read from:
Snowflake Account/Credentials A, Database A, Schema A, Table A
Then map the data to
Snowflake Account/Credentials B, Database B, Schema B, Table B
Using the Talend documentation example I started with this example
I butchered this and came up with this (which does not work):
Is there any documentation that would help me carry this out?
Ideally, I'm looking for ELT-style components where the Snowflake commands would be submitted as opposed to extracting the data locally and then loading to the new account or database.