From 480375332e859445b9595bd43e15efe070315dba Mon Sep 17 00:00:00 2001 From: Derrick Williams Date: Tue, 9 Jun 2026 20:33:37 +0000 Subject: [PATCH] update iceberg add files parameters --- sdks/python/apache_beam/yaml/standard_io.yaml | 2 ++ sdks/python/apache_beam/yaml/tests/iceberg_add_files.yaml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/sdks/python/apache_beam/yaml/standard_io.yaml b/sdks/python/apache_beam/yaml/standard_io.yaml index 4f679c4a77c4..1790dc0f5a9a 100644 --- a/sdks/python/apache_beam/yaml/standard_io.yaml +++ b/sdks/python/apache_beam/yaml/standard_io.yaml @@ -418,9 +418,11 @@ catalog_properties: 'catalog_properties' config_properties: 'config_properties' triggering_frequency_seconds: 'triggering_frequency_seconds' + manifest_file_size: 'manifest_file_size' location_prefix: 'location_prefix' partition_fields: 'partition_fields' table_properties: 'table_properties' + sort_fields: 'sort_fields' error_handling: 'error_handling' underlying_provider: type: beamJar diff --git a/sdks/python/apache_beam/yaml/tests/iceberg_add_files.yaml b/sdks/python/apache_beam/yaml/tests/iceberg_add_files.yaml index 1e089f19ac0e..278bbe390d86 100644 --- a/sdks/python/apache_beam/yaml/tests/iceberg_add_files.yaml +++ b/sdks/python/apache_beam/yaml/tests/iceberg_add_files.yaml @@ -55,6 +55,9 @@ pipelines: catalog_properties: type: "hadoop" warehouse: "{TEMP_DIR}/dir" + manifest_file_size: 50 + sort_fields: + - "rank desc" # Pipeline 3: Read from Iceberg and verify the contents - pipeline: