You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/03/03 20:48:25 UTC

[GitHub] [beam] chunyang commented on a change in pull request #14113: [BEAM-11277] Respect schemaUpdateOptions during BigQuery load with temporary tables

chunyang commented on a change in pull request #14113:
URL: https://github.com/apache/beam/pull/14113#discussion_r586767696



##########
File path: sdks/python/apache_beam/io/gcp/bigquery_file_loads.py
##########
@@ -857,6 +972,8 @@ def _load_data(
          of the load jobs would fail but not other. If any of them fails, then
          copy jobs are not triggered.
     """
+    singleton_pc = p | "ImpulseLoadData" >> beam.Create([None])

Review comment:
       Would this break the improvement made in #13601 ? I can't tell when streaming pipelines can or cannot use FILE_LOADS.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org