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 240240 driver_jars : ' '
241241 jdbc_type : ' '
242242 ' ReadFromPostgres ' :
243- connection_init_sql : ' '
243+ connection_init_sql : []
244244 driver_class_name : ' '
245245 driver_jars : ' '
246246 jdbc_type : ' '
247247 ' WriteToPostgres ' :
248- connection_init_sql : ' '
248+ connection_init_sql : []
249249 driver_class_name : ' '
250250 driver_jars : ' '
251251 jdbc_type : ' '
252252 ' ReadFromOracle ' :
253- connection_init_sql : ' '
253+ connection_init_sql : []
254254 driver_class_name : ' '
255255 driver_jars : ' '
256256 jdbc_type : ' '
257257 ' WriteToOracle ' :
258- connection_init_sql : ' '
258+ connection_init_sql : []
259259 driver_class_name : ' '
260260 driver_jars : ' '
261261 jdbc_type : ' '
262262 ' ReadFromSqlServer ' :
263- connection_init_sql : ' '
263+ connection_init_sql : []
264264 driver_class_name : ' '
265265 driver_jars : ' '
266266 jdbc_type : ' '
267267 ' WriteToSqlServer ' :
268- connection_init_sql : ' '
268+ connection_init_sql : []
269269 driver_class_name : ' '
270270 driver_jars : ' '
271271 jdbc_type : ' '
284284 ' WriteToSqlServer ' : ' beam:schematransform:org.apache.beam:sql_server_write:v1'
285285 config :
286286 gradle_target : ' sdks:java:extensions:schemaio-expansion-service:shadowJar'
287+ managed_replacement :
288+ # Following transforms may be replaced with equivalent managed transforms,
289+ # if the pipelines 'updateCompatibilityBeamVersion' match the provided
290+ # version.
291+ ' ReadFromPostgres ' : ' 2.73.0'
292+ ' WriteToPostgres ' : ' 2.73.0'
293+ ' ReadFromMySql ' : ' 2.73.0'
294+ ' WriteToMySql ' : ' 2.73.0'
295+ ' ReadFromSqlServer ' : ' 2.73.0'
296+ ' WriteToSqlServer ' : ' 2.73.0'
287297
288298# Spanner
289299- type : renaming
You can’t perform that action at this time.
0 commit comments