This is an automated email from the ASF dual-hosted git repository.

jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 79c52affb1d Updates YAML Database transforms to use managed I/O by 
default (#37923)
79c52affb1d is described below

commit 79c52affb1dc40921a26f7a036a505363796c304
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Tue Mar 24 07:18:28 2026 -0700

    Updates YAML Database transforms to use managed I/O by default (#37923)
---
 sdks/python/apache_beam/yaml/standard_io.yaml | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/sdks/python/apache_beam/yaml/standard_io.yaml 
b/sdks/python/apache_beam/yaml/standard_io.yaml
index e62b3a562c3..6673222f19a 100644
--- a/sdks/python/apache_beam/yaml/standard_io.yaml
+++ b/sdks/python/apache_beam/yaml/standard_io.yaml
@@ -240,32 +240,32 @@
         driver_jars: ''
         jdbc_type: ''
       'ReadFromPostgres':
-        connection_init_sql: ''
+        connection_init_sql: []
         driver_class_name: ''
         driver_jars: ''
         jdbc_type: ''
       'WriteToPostgres':
-        connection_init_sql: ''
+        connection_init_sql: []
         driver_class_name: ''
         driver_jars: ''
         jdbc_type: ''
       'ReadFromOracle':
-        connection_init_sql: ''
+        connection_init_sql: []
         driver_class_name: ''
         driver_jars: ''
         jdbc_type: ''
       'WriteToOracle':
-        connection_init_sql: ''
+        connection_init_sql: []
         driver_class_name: ''
         driver_jars: ''
         jdbc_type: ''
       'ReadFromSqlServer':
-        connection_init_sql: ''
+        connection_init_sql: []
         driver_class_name: ''
         driver_jars: ''
         jdbc_type: ''
       'WriteToSqlServer':
-        connection_init_sql: ''
+        connection_init_sql: []
         driver_class_name: ''
         driver_jars: ''
         jdbc_type: ''
@@ -284,6 +284,16 @@
         'WriteToSqlServer': 
'beam:schematransform:org.apache.beam:sql_server_write:v1'
       config:
         gradle_target: 
'sdks:java:extensions:schemaio-expansion-service:shadowJar'
+        managed_replacement:
+          # Following transforms may be replaced with equivalent managed 
transforms,
+          # if the pipelines 'updateCompatibilityBeamVersion' match the 
provided
+          # version.
+          'ReadFromPostgres': '2.73.0'
+          'WriteToPostgres': '2.73.0'
+          'ReadFromMySql': '2.73.0'
+          'WriteToMySql': '2.73.0'
+          'ReadFromSqlServer': '2.73.0'
+          'WriteToSqlServer': '2.73.0'
 
 # Spanner
 - type: renaming

Reply via email to