prabhnoor0212 opened a new pull request, #38244:
URL: https://github.com/apache/beam/pull/38244

   ## What changed
   - Added `max_batch_duration_secs` passthrough to Python 
`BigQueryEnrichmentHandler` batching kwargs.
   - Added the same passthrough to Python `CloudSQLEnrichmentHandler` batching 
kwargs for table-based query configs.
   - Updated handler docs to mention batching duration support.
   - Added unit coverage for both handlers to verify:
     - duration is forwarded when set
     - duration is omitted by default
   - Added CHANGES.md entry under 2.74.0 bugfixes.
   
   ## Why
   Issue: #38243
   
   `Enrichment` forwards handler-provided batch kwargs to `RequestResponseIO` 
-> `BatchElements`.
   Previously only min/max batch size were exposed by these handlers, so users 
could not configure `max_batch_duration_secs` through them.
   


-- 
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