Ellis Valentiner
10/27/2025, 7:49 PMFULL_TABLE method and other tables using the INCREMENTAL method using glob (*) syntax. Unlike the in the documentation, I also specify the replication-key. However this causes my full table replication to fail because it doesn't include the replication key (hence why I am using full table!). Is this a known problem? Is there a known work around for this?
extractors:
- name: tap-postgres
metadata:
other_stream:
replication-method: FULL_TABLE
"*":
replication-method: INCREMENTAL
replication-key: last_updated_at