harsha_aleti
09/28/2020, 10:32 PMmeltano add extractor tap-spreadsheets-anywhere
and then edit `meltano.yml`file to add more config values. Also, created a separate config.json file to go with it. After I run the following command,
$ meltano --log-level=debug invoke tap-spreadsheets-anywhere -c tap-spreadsheets-anywhere-config.json
I get the following error
File "/project/.meltano/extractors/tap-spreadsheets-anywhere/venv/lib/python3.6/site-packages/botocore/auth.py", line 357, in add_auth
raise NoCredentialsError
botocore.exceptions.NoCredentialsError: Unable to locate credentials
tap-spreadsheets-anywhere documents about smart_open, but I'm not able to understand how to use it call aws credentials. Could anyone share your thoughts or ideas about this? Thank youdouwe_maan
09/28/2020, 10:40 PMmeltano --log-level=debug invoke
output, what is the exact invoked command? I think Meltano will still pass its own generated config file to the tap using --config
, and that config file may be used instead of the one you provided using -c
.douwe_maan
09/28/2020, 10:40 PMconfig:
in meltano.yml
, and (assuming you fix the indentation etc) it should just workharsha_aleti
09/29/2020, 12:31 AMharsha_aleti
09/29/2020, 12:32 AMdouwe_maan
09/29/2020, 1:12 AMharsha_aleti
09/29/2020, 1:15 AMharsha_aleti
09/29/2020, 1:15 AMharsha_aleti
09/29/2020, 1:19 AMdouwe_maan
09/29/2020, 1:44 AMdouwe_maan
09/29/2020, 1:45 AMharsha_aleti
09/29/2020, 1:46 AMharsha_aleti
09/29/2020, 1:47 AMdouwe_maan
09/29/2020, 1:56 AMdouwe_maan
09/29/2020, 2:08 AMharsha_aleti
09/29/2020, 2:24 AM