File tree Expand file tree Collapse file tree
sdks/python/apache_beam/yaml Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -20,20 +20,6 @@ fixtures:
2020 type : " tempfile.TemporaryDirectory"
2121
2222pipelines :
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}
You can’t perform that action at this time.
0 commit comments