VictorPlusC commented on a change in pull request #16904:
URL: https://github.com/apache/beam/pull/16904#discussion_r816380187
##########
File path: sdks/python/apache_beam/runners/interactive/interactive_runner.py
##########
@@ -220,7 +229,7 @@ def visit_transform(self, transform_node):
# TODO(victorhc): Move this method somewhere else if performance is impacted
# by generating a cluster during runtime.
- def _create_dataproc_cluster_if_applicable(self, user_pipeline):
+ def _get_dataproc_cluster_master_url_if_applicable(self, user_pipeline):
Review comment:
Good call, I've now added type hints here. Thanks!
--
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]