From e7f267657a5ee20509adfe79c3e69e6952b9e689 Mon Sep 17 00:00:00 2001 From: aibrahiim Date: Fri, 7 Aug 2026 13:35:28 +0300 Subject: [PATCH] fix iceberg CDC test --- .github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json | 2 +- .../apache_beam/yaml/extended_tests/databases/iceberg.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json b/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json index 86bf1193abd9..273008f1b3ee 100644 --- a/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json +++ b/.github/trigger_files/beam_PostCommit_Yaml_Xlang_Direct.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run", - "revision": 7 + "revision": 8 } diff --git a/sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml b/sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml index 98462f2d0271..ff328a127450 100644 --- a/sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml +++ b/sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml @@ -28,6 +28,9 @@ fixtures: - { id: 1, name: "label", required: true, type: "string" } - { id: 2, name: "rank", required: true, type: "long" } identifier-field-ids: [1] + # Required for ReadFromIcebergCDC (format version >= 2). + properties: + format-version: "2" pipelines: - name: write