From 4c4b8f8408846926545ae453cfe4ffbdae7801cd Mon Sep 17 00:00:00 2001 From: Bryan Keller Date: Sun, 7 Jan 2024 13:42:04 -0800 Subject: [PATCH] Fix for ID property name in CDC readme section (#177) Co-authored-by: Bryan Keller --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fff89b4..7cc9385e 100644 --- a/README.md +++ b/README.md @@ -264,8 +264,8 @@ This example applies inserts, updates, and deletes based on the value of a field For example, if the `_cdc_op` field is set to `I` then the record is inserted, if `U` then it is upserted, and if `D` then it is deleted. This requires that the table be in Iceberg v2 format. The Iceberg identifier field(s) are used to identify a row, if that is not set for the table, -then the `iceberg.tables.id-columns`configuration can be set instead. CDC can be combined with -multi-table fan-out. +then the `iceberg.tables.default-id-columns` or `iceberg.table.\.id-columns`configuration +can be set instead. CDC can be combined with multi-table fan-out. ### Create the destination table See above for creating the table