Skip to content

Commit 7b1eeaa

Browse files
committed
Cherrypick #39675
1 parent 133a190 commit 7b1eeaa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • sdks/python/apache_beam/yaml/extended_tests/databases

sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ fixtures:
2828
- { id: 1, name: "label", required: true, type: "string" }
2929
- { id: 2, name: "rank", required: true, type: "long" }
3030
identifier-field-ids: [1]
31+
# Required for ReadFromIcebergCDC (format version >= 2).
32+
properties:
33+
format-version: "2"
3134

3235
pipelines:
3336
- name: write

0 commit comments

Comments
 (0)