johnjcasey commented on code in PR #30045:
URL: https://github.com/apache/beam/pull/30045#discussion_r1462029645


##########
sdks/python/apache_beam/io/gcp/bigquery.py:
##########
@@ -2505,96 +2449,182 @@ def __getitem__(self, key):
     return self.attributes[key].__get__(self, WriteResult)
 
 
-def _default_io_expansion_service(append_args=None):
-  return BeamJarExpansionService(
-      'sdks:java:io:google-cloud-platform:expansion-service:build',
-      append_args=append_args)
-
-
 class StorageWriteToBigQuery(PTransform):

Review Comment:
   I'd add some commentary that dynamic schemas are not yet supported



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