Hello! I’ve been trying to use the tap-postgres fo...
# troubleshooting
c
Hello! I’ve been trying to use the tap-postgres for now. Unfortunately, I have issues when running it: When configuring tap-postgres is the UI, the default replication method is set to ‘key-based Incremental Replication’. In my catalog.json, I’ve set the
replication-method
key to each stream to wether
FULL_TABLE
or
INCREMENTAL
depending on my use cases. However, systematically the tap is using the default replication key. Is there something I missed? Thanks. Charley
e
Hi @charley_guillaume! By default, Meltano will ignore the catalog file and instead generate a temporary one at runtime based on the selection rules specified in meltano.yml. It's usually better and more maintainable than manually editing a catalog file.
c
Hello @edgar_ramirez_mondragon! Thanks for your answer. Does that apply even when the catalog is defined in the Meltano.yml file?