nicholas_van_kuren
09/20/2023, 8:53 PMtap-spreadsheets-anywhere to load csv files from an s3 bucket. My AWS credentials are being set under .~/.aws/credentials and I am unsure how to authenticate using this from meltano. I have configured my tap as follows but getting an error that "Plugin configuration is invalid
No RECORD message received":
- name: tap-spreadsheets-anywhere
variant: ets
pip_url: git+<https://github.com/ets/tap-spreadsheets-anywhere.git>
config:
tables:
- path: <s3://my-data-bucket>
name: inventory_reports
pattern: "inventory-reports/"
start_date: '2023-01-01T00:00:00Z'
key_properties: []
format: csv
delimiter: ","
This configuration seems correct based on examples so I am assuming that the credentials are not being passed/recognized. Can someone help me understand how these need to be set for meltano to use them?wesseljt
09/20/2023, 9:24 PM