Pawel Plaszczak
01/17/2025, 4:29 PM- name: tap-postgres
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-postgres.git>
config:
sqlalchemy_url: ****
filter_schemas:
- myschema
metadata:
myschema-MYTABLE:
replication-method: INCREMENTAL
replication-key: KW_UPDATE_DATE
I tried the following:
• I tried to set filter_tables parameters but the tap does not allow it.
• I tried replication_key_value (thinking I can block copying of particular tables by setting the value in the future) but it got ignored.
• I tried to run invoke with parameter -s state.json but that parameter is not allowed
• I looked at other variants of tap-postgres but they seem even more concise and not supportive of extra options
My problem is that the current version of tap-postgres is copying the entire schema and all the data in all the tables in the schema. This is a no-go... Thank you.Edgar Ramírez (Arch.dev)
01/17/2025, 6:04 PMEdgar Ramírez (Arch.dev)
01/17/2025, 6:04 PM