xxntti3n commented on PR #3928: URL: https://github.com/apache/flink-cdc/pull/3928#issuecomment-3250041929
# PostgreSQL Incremental Snapshot Configuration Error ## Paraphrased Error Message When using an incremental snapshot on a PostgreSQL table that *does not have primary keys* This is my config: `scan.incremental.snapshot.chunk.key-column=public.dag_run:updated_at` Otherwise, the job raise the error: > "To use incremental snapshot, 'scan.incremental.snapshot.chunk.key-column' must be set when the table doesn't have primary keys." -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org