chamikaramj commented on a change in pull request #11039: [BEAM-9383] Staging
Dataflow artifacts from environment
URL: https://github.com/apache/beam/pull/11039#discussion_r392530581
##########
File path: sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
##########
@@ -563,19 +562,31 @@ def _gcs_file_copy(self, from_path, to_path):
with open(from_path, 'rb') as f:
self.stage_file(to_folder, to_name, f, total_size=total_size)
- def _stage_resources(self, options):
+ def _stage_resources(self, pipeline, options):
Review comment:
Please add a unit test
----------------------------------------------------------------
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]
With regards,
Apache Git Services