Stephen Herron
Jake Kaplan
from prefect import flow from prefect.runtime import flow_run from prefect.settings import PREFECT_UI_URL @flow(log_prints=True) def my_flow(): ui_url = PREFECT_UI_URL.value() print(f"{ui_url}/flow-runs/flow-run/{flow_run.id}") my_flow()
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.