Postgres no incremental append replication at some tables #45924
Unanswered
V4kodin
asked this question in
Connector Questions
Replies: 1 comment
-
Oh, I think I got this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have issue with connection setup, especially with source (Postgres).
I run
ALTER TABLE tbl1 REPLICA IDENTITY FULL;
on all tables that I need to replicate, but for some of them (3 of 11) I can't choose incremental append replication method. As shown on screenshot, other tables works right.Good news for me is 2 of 3 tables quite little, but bad news last 1 table is big.
And also for checkmark:
Why is this even possible? I have 0 ideas, so pls help.
p.s. destination is clickhouse, Airbyte - 0.63.13 . Clickhouse destination - 1.0.0. Postgres source - 3.6.19
Beta Was this translation helpful? Give feedback.
All reactions