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

yhu 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 6df5bd04185 Switch to use gcp-io expansion service for YAML BQIO 
(#36604)
6df5bd04185 is described below

commit 6df5bd041859b943bc1101245781b19d2399e6d6
Author: Yi Hu <[email protected]>
AuthorDate: Fri Oct 24 10:22:12 2025 -0400

    Switch to use gcp-io expansion service for YAML BQIO (#36604)
---
 sdks/python/apache_beam/yaml/standard_io.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/yaml/standard_io.yaml 
b/sdks/python/apache_beam/yaml/standard_io.yaml
index ddc3c7662a6..66f0c124b4c 100644
--- a/sdks/python/apache_beam/yaml/standard_io.yaml
+++ b/sdks/python/apache_beam/yaml/standard_io.yaml
@@ -47,7 +47,7 @@
         'ReadFromBigQuery': 
'beam:schematransform:org.apache.beam:bigquery_storage_read:v1'
         'WriteToBigQuery': 
'beam:schematransform:org.apache.beam:bigquery_write:v1'
       config:
-        gradle_target: 'sdks:java:extensions:sql:expansion-service:shadowJar'
+        gradle_target: 
'sdks:java:io:google-cloud-platform:expansion-service:shadowJar'
         managed_replacement:
           # Following transforms may be replaced with equivalent managed 
transforms,
           # if the pipelines 'updateCompatibilityBeamVersion' match the 
provided

Reply via email to