mehdi_sidi_boumedine
04/03/2023, 4:21 PMmeltano run tap-jaffle-shop target-s3
The extractor works fine when run standalone, but when I use the full pipeline it fails over a BrokenPipeError
. I couldn't find the specific error even in the logs. Any idea how to troubleshoot that?pat_nadolny
04/03/2023, 4:36 PMmeltano invoke tap-jaffle-shop > data.json
then passing that into the target helps isolate the issue cat data.json | meltano invoke target-s3
pat_nadolny
04/03/2023, 4:37 PMmehdi_sidi_boumedine
04/03/2023, 5:11 PMversion: 1
default_environment: dev
project_id: 64d48650-31b5-42e2-844a-be27341a6b33
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-jaffle-shop
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-jaffle-shop.git>
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-s3
variant: crowemi
pip_url: git+<https://github.com/crowemi/target-s3.git>
config:
aws_region: us-east2
bucket: mytest
pat_nadolny
04/03/2023, 5:20 PMformat_type: csv
I think thats a mandatory config but the tap doesnt advertise it that waypat_nadolny
04/03/2023, 5:56 PM