Hello, I am using the `pipelinewise-tap-postgres` ...
# troubleshooting
o
Hello, I am using the
pipelinewise-tap-postgres
and it has this strange error while running it with Meltano. If I run it locally, it will put the table like this
Copy code
FROM "replication"."leads_v5" cmd_type=extractor job_id=postgres-to-postgres
But in a remote instance is like this (same meltano.yml and catalog files. Somehow it is adding a (" to the string. Any ideas?
Copy code
FROM ('"replication"."le... cmd_type=extractor job_id=postgres-to-postgres