oscar_gonzalez
02/17/2022, 5:22 PMpipelinewise-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
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?
FROM ('"replication"."le... cmd_type=extractor job_id=postgres-to-postgres