metaflow-ui
metaflow-ui copied to clipboard
DAG view links use run_number even when run_id exists
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
- Have a run that was run on step-functions (or equivalent)
- Navigate to its DAG page
- Click on any step
- Notice the URL no longer has something like sfn-XXXX but instead a numeric ID for the run ID
- 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