This is an automated email from the ASF dual-hosted git repository.

Amar3tto pushed a commit to branch cp-39675
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 7b1eeaaa2db065f260c833888690b46d101c226d
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Aug 7 19:05:25 2026 +0400

    Cherrypick #39675
---
 sdks/python/apache_beam/yaml/extended_tests/databases/iceberg.yaml | 3 +++
 1 file changed, 3 insertions(+)

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 98462f2d027..ff328a12745 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

Reply via email to