Sterling Baird
04/20/2024, 1:15 AMNate
04/20/2024, 6:26 PMIn [1]: from prefect import flow, runtime
In [2]: @flow
...: def f():
...: print(runtime.flow_run.ui_url)
<https://app.prefect.cloud/account/xxx/workspace/xxx/flow-runs/flow-run/xxx>
Sterling Baird
04/20/2024, 6:39 PMSarah Krasnik
04/22/2024, 5:58 PM