damccorm commented on code in PR #34156:
URL: https://github.com/apache/beam/pull/34156#discussion_r1981936581
##########
sdks/python/apache_beam/ml/rag/ingestion/alloydb.py:
##########
@@ -58,6 +126,9 @@ class AlloyDBConnectionConfig:
max_connections: Optional number of connections in the pool.
Use negative for no limit.
write_batch_size: Optional write batch size for bulk operations.
+ additional_jdbc_args: Additional arguments that will be passed to
+ WriteToJdbc. These may include 'driver_jars', 'expansion_service',
Review Comment:
Could we mention that a user can see the full set of args in the WriteToJdbc
doc page?
--
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]