metaflow-ui icon indicating copy to clipboard operation
metaflow-ui copied to clipboard

DAG view links use run_number even when run_id exists

Open romain-intel opened this issue 3 years ago • 0 comments

Description

When clicking on the DAG on a step, the URL that is produced contains the run number even if a run id exists.

Steps to Reproduce

  1. Have a run that was run on step-functions (or equivalent)
  2. Navigate to its DAG page
  3. Click on any step
  4. Notice the URL no longer has something like sfn-XXXX but instead a numeric ID for the run ID
  5. If you replace this with the run ID (sfn-XXXX) it still works

Expected behavior:

Correct URL

Actual behavior:

Incorrect URL

Reproduces how often:

100%

Versions

1.1.3

Additional Information

romain-intel avatar Aug 03 '22 20:08 romain-intel