VictorPlusC commented on a change in pull request #16904:
URL: https://github.com/apache/beam/pull/16904#discussion_r816377573
##########
File path:
sdks/python/apache_beam/runners/interactive/dataproc/dataproc_cluster_manager.py
##########
@@ -186,15 +210,108 @@ def describe(self) -> None:
"""Returns a dictionary describing the cluster."""
return {
'cluster_metadata': self.cluster_metadata,
- 'master_url': self.master_url
+ 'master_url': self.master_url,
+ 'dashboard': self.dashboard
}
- def get_master_url(self, identifier) -> None:
+ def get_cluster_details(self, cluster_metadata: MasterURLIdentifier):
Review comment:
For this, I added a fake dataproc class with a Cluster attribute when an
ImportError is hit. What do you think about this?
--
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]