boggdan_barrientos
02/04/2022, 12:01 AMtap-spreadsheets-anywhere
to move a csv from sFTP to S3 but it not selects any file.
INFO Using supplied catalog /meltano-project/.meltano/run/tap-test/tap.properties.json.
INFO Processing 0 selected streams from Catalog
I got it with meltano --log-level=debug invoke tap-test
I tried to discover the catalog with meltano invoke tap-test --discover
ERROR Unable to write Catalog entry for '__job' - it will be skipped due to error invalid literal for int() with base 10: 'FWYUniSuMK'
{
"streams": []
}
My file has no any field related to FWYUniSuMK.
I'm running meltano 1.88 and attached in the thread is my meltano.ymlboggdan_barrientos
02/04/2022, 12:03 AM- name: tap-test
namespace: tap_spreadsheets_anywhere
pip_url: git+<https://github.com/ets/tap-spreadsheets-anywhere.git>
executable: tap-spreadsheets-anywhere
load_schema: raw_sfmc
capabilities:
- catalog
- discover
- state
config:
tables:
- path: <sftp://user:password@host//Import/_Job_2022>
name: __job
pattern: Import/.*
start_date: "2022-02-03T09:44:20Z"
key_properties: []
format: csv