jethin_abraham
12/31/2021, 4:32 PMsnowflake and was following the docs provided. While running the pipeline get the following error. These are the commands I ran and do see the file format created. Just checking if I am missing anything.
If this was discussed earlier, link to the conversation would be helpful
https://github.com/transferwise/pipelinewise-target-snowflake
Commands ran in snowflake
-- {database}.{schema}.{file_format}
CREATE or replace FILE FORMAT DEV.dev_meltano.meltano TYPE = 'CSV' ESCAPE='\\' FIELD_OPTIONALLY_ENCLOSED_BY='"';
GRANT USAGE ON FILE FORMAT DEV.dev_meltano.meltano TO ROLE SYSADMIN
Error Messageedgar_ramirez_mondragon
01/03/2022, 4:06 PMjethin_abraham
01/03/2022, 8:52 PMstage which I created along with the file format . Am I misisng something ?
I checked the .env and it has all the tokens and secrets in it like TARGET_SNOWFLAKE_AWS_ACCESS_KEY_ID,TARGET_SNOWFLAKE_AWS_SECRET_ACCESS_KEY etcjethin_abraham
01/05/2022, 8:16 PMedgar_ramirez_mondragon
01/05/2022, 9:47 PMjethin_abraham
01/06/2022, 3:36 AM