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:
[email protected]