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 418418 catalog_properties : ' catalog_properties'
419419 config_properties : ' config_properties'
420420 triggering_frequency_seconds : ' triggering_frequency_seconds'
421+ manifest_file_size : ' manifest_file_size'
421422 location_prefix : ' location_prefix'
422423 partition_fields : ' partition_fields'
423424 table_properties : ' table_properties'
425+ sort_fields : ' sort_fields'
424426 error_handling : ' error_handling'
425427 underlying_provider :
426428 type : beamJar
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ pipelines:
5555 catalog_properties :
5656 type : " hadoop"
5757 warehouse : " {TEMP_DIR}/dir"
58+ manifest_file_size : 50
59+ sort_fields :
60+ - " rank desc"
5861
5962 # Pipeline 3: Read from Iceberg and verify the contents
6063 - pipeline :
You can’t perform that action at this time.
0 commit comments