You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read online that when ingesting data into snowflake it's best to use PUT or COPY INTO where it copies the data from say a jsonl file that could live in GCS or AWS (or even locally), then copies that data into the dwh. I see this is done on the target-bigquery loader, and I see it as an option here in this code but I don't see in the documentation how to enable this via meltano.yml.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I read online that when ingesting data into snowflake it's best to use
PUT
orCOPY INTO
where it copies the data from say a jsonl file that could live in GCS or AWS (or even locally), then copies that data into the dwh. I see this is done on the target-bigquery loader, and I see it as an option here in this code but I don't see in the documentation how to enable this via meltano.yml.In this file I see
PUT
andCOPY INTO
referenceshttps://github.com/MeltanoLabs/target-snowflake/blob/6672878d3aa193cdcaec61d8de9a2493590cdc32/target_snowflake/connector.py
Beta Was this translation helpful? Give feedback.
All reactions