Skip to content

Commit 0b99815

Browse files
committed
fix comments
1 parent 802f692 commit 0b99815

2 files changed

Lines changed: 3 additions & 15 deletions

File tree

sdks/python/apache_beam/yaml/standard_io.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,9 @@
417417
triggering_frequency_seconds: 'triggering_frequency_seconds'
418418
append_batch_size: 'append_batch_size'
419419
location_prefix: 'location_prefix'
420+
partition_fields: 'partition_fields'
421+
table_properties: 'table_properties'
422+
error_handling: 'error_handling'
420423
underlying_provider:
421424
type: beamJar
422425
transforms:

sdks/python/apache_beam/yaml/tests/iceberg_add_files.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@ fixtures:
2020
type: "tempfile.TemporaryDirectory"
2121

2222
pipelines:
23-
# Pipeline 0: Initialize Iceberg table
24-
- pipeline:
25-
type: chain
26-
transforms:
27-
- type: Create
28-
config:
29-
elements:
30-
- {label: "dummy", rank: -1, bool: true}
31-
- type: WriteToIceberg
32-
config:
33-
table: "default.table"
34-
catalog_properties:
35-
type: "hadoop"
36-
warehouse: "{TEMP_DIR}/dir"
3723

3824
# Pipeline 1: Write a dummy Parquet file
3925
- pipeline:
@@ -83,7 +69,6 @@ pipelines:
8369
- type: AssertEqual
8470
config:
8571
elements:
86-
- {label: "dummy", rank: -1, bool: true}
8772
- {label: "11a", rank: 0, bool: true}
8873
- {label: "37a", rank: 1, bool: false}
8974
- {label: "389a", rank: 2, bool: false}

0 commit comments

Comments
 (0)