This isn't clear to me from the docs but does does...
# best-practices
e
This isn't clear to me from the docs but does does glob syntax propagate? If not specified, would
some_entity_id
inherit
replication-method
and
replication-key
from
"*"
?
Copy code
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
e
If not specified, would
some_entity_id
inherit
replication-method
and
replication-key
from
"*"
?
Correct! PRs are welcome if you think the docs could be more explicit about this 🙂