Hey all, I’m experimenting with Meltano and have h...
# plugins-general
e
Hey all, I’m experimenting with Meltano and have hit a snag with the
pipelinewise-tap-s3-csv
extractor. For my PoC i’m loading CSVs into postgres. When using local CSVs with the
tap-csv
extractor the data is loaded into my postgres target, but when using the
tap-s3-csv
extractor along with the
--log-level=debug
option I can see that the CSVs on S3 are found, but they aren’t loaded into the postgres target. The command that works is
Copy code
meltano --log-level=debug elt tap-csv target-postgres
while
Copy code
meltano --log-level=debug elt tap-s3-csv target-postgres
doesn’t. If anyone is aware of what I may be missing, the help would be greatly appreciated 🙂 . Part of my
meltano.yml
is in the thread.