apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.78k stars 4.21k forks source link

[Bug][Python] dataflow_runner.py doesn't substitute variables for console link #26303

Open lostluck opened 1 year ago

lostluck commented 1 year ago

What happened?

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py#L1526

The project and region IDs remain unsubstituted:

Job did not reach to a terminal state after waiting indefinitely. Console URL: https://console.cloud.google.com/dataflow/jobs/<RegionId>/fake-job-id-for-issue-these-are-real-numbers?project=<ProjectId>

Issue Priority

Priority: 3 (minor)

Issue Components

urek696969mazino commented 1 year ago

please assign me this and do we just have to replace the URL in the code, kindly explain the problem a bit more.