tvalentyn commented on code in PR #17530: URL: https://github.com/apache/beam/pull/17530#discussion_r865679145
########## sdks/python/apache_beam/runners/dataflow/dataflow_runner.py: ########## @@ -1608,6 +1608,8 @@ def is_in_terminal_state(self): return PipelineState.is_terminal(self._get_job_state()) def wait_until_finish(self, duration=None): + consoleUrl = """Console URL: 'https://console.cloud.google.com/ + dataflow/jobs/<RegionId>/{}?project=<ProjectId>'""".format(self.job_id) Review Comment: PTAL at other places as well. Thank you! -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org