tvalentyn commented on code in PR #17530:
URL: https://github.com/apache/beam/pull/17530#discussion_r865678482


##########
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:
   Big thank you for helping with this issue. Seeing a formatting error:
   
   ```
   AssertionError: Job did not reach to a terminal state after waiting 
indefinitely.Console URL: 'https://console.cloud.google.com/ |  
   -- | --
     | dataflow/jobs/<RegionId>/<bound method DataflowPipelineResult.job_id of 
<DataflowPipelineResult <Job |  
     | clientRequestId: '20220504201710949356-2017'
   ```
   self.job_id() ?
   



-- 
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

Reply via email to