Ellis Valentiner
01/03/2025, 7:24 PMsome_entity_id
inherit replication-method
and replication-key
from "*"
?
extractors:
- name: tap-postgres
metadata:
some_entity_id:
replication-method: INCREMENTAL
replication-key: id
other_entity:
replication-method: FULL_TABLE
"*":
replication-method: INCREMENTAL
"*_full":
replication-method: FULL_TABLE
Edgar RamÃrez (Arch.dev)
01/03/2025, 9:02 PMIf not specified, wouldCorrect! PRs are welcome if you think the docs could be more explicit about this 🙂inheritsome_entity_id
andreplication-method
fromreplication-key
?"*"