Skip to content

Commit

Permalink
Fix for ID property name in CDC readme section (databricks#177)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Keller <bkeller@netflix.com>
  • Loading branch information
bryanck and Bryan Keller authored Jan 7, 2024
1 parent 64b824a commit 4c4b8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.\<table name\>.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
Expand Down

0 comments on commit 4c4b8f8

Please sign in to comment.