Hello Team, Got stuck while trying to use a tap th...
# plugins-general
h
Hello Team, Got stuck while trying to use a tap that will fetch CSV files from AWS S3. I'm using tap-spreadsheets-anywhere which is part of Meltano in-built taps. I have added it using
meltano 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 you