I have a situation similar to the <documentation> ...
# troubleshooting
e
I have a situation similar to the documentation in which I am trying to replicate a table using the
FULL_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?
Copy code
extractors:
          - name: tap-postgres
            metadata:
              other_stream:
                replication-method: FULL_TABLE
              "*":
                replication-method: INCREMENTAL
                replication-key: last_updated_at