jayhack / prefect

The easiest way to coordinate your dataflow

Home Page:https://prefect.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI: Clickable Links in Flow Run Logs

jayhack opened this issue · comments

First check

  • I added a descriptive title to this issue.
  • I used the GitHub search to find a similar request and didn't find it.
  • I searched the Prefect documentation for this feature.

Prefect Version

2.x

Describe the current behavior

URLs that are logged to Prefect UI can not be clicked in the browser.

Describe the proposed behavior

URLs that are logged to Prefect UI can be clicked in the browser and open a new tab with the URL.

Example Use

Prefect often spins up dynamic infrastructure (e.g., Dask or Ray clusters) that have dashboards for monitoring.
Currently, we log these dashboard URLs at the beginning of our flow and need to copy-paste them to access the dashboard.

Similar use case: Prefect Flow with manual approval. If you want to manually check the output of a flow run before continuing the execution, the result you want to check is often reachable via an URL (S3, website, etc.). Having this clickable from the UI would be a nice UX improvement.

Additional context

No response