chris_evans
02/16/2022, 6:07 PMtap-s3-csv
(singer) to targe-postgres
(transferwise) working. I was able to troubleshoot in accordance with this thread https://meltano.slack.com/archives/C013EKWA2Q1/p1639488946123600. Running this cmd meltano --log-level=debug elt tap-s3-csv target-postgres --job_id=test
seems to work (see that the test file is discovered and fields selected, but nothing materializes in postgres and there are no errors. I know there are other variants, but I would like to use this one as it supports gzip. Has anybody been able to get this tap working or does anyone have any recs on what to try next?thomas_briggs
02/16/2022, 6:15 PMchris_evans
02/16/2022, 6:21 PMthomas_briggs
02/16/2022, 6:50 PMmeltano config tap-s3-csv > src_config.json
tap-s3-csv -c src_config.json > output.json
At least if the s3-csv tap is like the mysql tap anyway 😉chris_evans
02/16/2022, 7:05 PMmeltano invoke
in front of the 2nd commpand?thomas_briggs
02/16/2022, 8:11 PMboggdan_barrientos
02/17/2022, 5:37 AMchris_evans
02/22/2022, 4:49 PM