ahmedabu98 commented on code in PR #27384:
URL: https://github.com/apache/beam/pull/27384#discussion_r1254925793
##########
sdks/python/apache_beam/io/gcp/bigquery_file_loads.py:
##########
@@ -657,14 +657,19 @@ def start_bundle(self):
self.bq_io_metadata = create_bigquery_io_metadata(self._step_name)
self.pending_jobs = []
- def process(self, element, load_job_name_prefix, *schema_side_inputs):
+ def process(
+ self,
+ element,
+ load_job_name_prefix,
+ pane_info=beam.DoFn.PaneInfoParam,
+ *schema_side_inputs):
# Each load job is assumed to have files respecting these constraints:
Review Comment:
yes this should be fine. this is a standard parameter used in a DoFn process
method.
also, users don't actually use this PTransform directly
--
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]