Hi all, I'm trying to set up target-snowflake but ...
# troubleshooting
c
Hi all, I'm trying to set up target-snowflake but failing to get files into S3. botocore can't seem to find my creds. Anyone have a list of the required settings? So far I have:
Copy code
account: 
dbname: 
user: 
add_metadata_columns: 
warehouse: 
file_format: 
default_target_schema: 
role: 
stage: 
s3_bucket: 
s3_key_prefix: 
s3_region_name: 
aws_access_key:
v
c
Thanks Derek! That's strange though, my GitHub config has all the settings that your GitHub project has in its config.
v
Share your error, and
meltano.yml
c
Hey Derek, for whatever reason, setting the environment variables for aws_access_id and aws_secret_id in my Dockerfile got this working 👍
v
doing something like
meltano invoke --dump=config target-snowflake
gives you the config that's sent to the target, can be very useful for debugging if it's an env variable or something. fyi for next time
meltano config target-snowflake list
is even easier! 😄