Hello, Beginner user here. I create a postgres to ...
# troubleshooting
n
Hello, Beginner user here. I create a postgres to csv el pipeline, but unfortunately I can't see the data on the project's "output" directory. Is there something I'm missing? (I tried to run
meltano test
- for both tap-postgres & target-csv and everything appear to be in order. Here is my target-csv configurations:
t
Hi @nsia_suuma! This is usually a problem with the
select
rules. Try running
meltano select --list
and see what tables (and fields) meltano is telling the tap to deliver. It's pretty easy to get those wrong, and when they're wrong the tap produces no output... so the target produces no output as a result.
n
Got it. Let me check. Thanks @thomas_briggs