Abacn commented on code in PR #38874:
URL: https://github.com/apache/beam/pull/38874#discussion_r3382778278


##########
sdks/python/apache_beam/yaml/standard_io.yaml:
##########
@@ -418,7 +418,6 @@
         catalog_properties: 'catalog_properties'
         config_properties: 'config_properties'
         triggering_frequency_seconds: 'triggering_frequency_seconds'
-        append_batch_size: 'append_batch_size'

Review Comment:
   This was introduced in #37938. However, I cannot find "append_batch_size" / 
"appendBatchSize" anywhere else in the code path, and it's failing the doc 
generation: 
   
   
   ```
   ValueError: Mapping destinations {'append_batch_size'} for IcebergAddFiles 
are not in the underlying config schema ['catalog_properties', 
'config_properties', 'error_handling', 'location_prefix', 'manifest_file_size', 
'partition_fields', 'sort_fields', 'table', 'table_properties', 
'triggering_frequency_seconds']
   ```
   
   cc: @derrickaw to confirm if removing this line is fine



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to