Contents:
run_flow(→ Tuple[str, str])
run_flow
Registers and runs flow on Prefect Server.
flow (Flow) – The flow to run.
parameters (dict) – Flow parameters.
project_name (str, optional) – Defaults to “Core”.
register (bool, optional) – Whether to register the flow with the server. Defaults to True.
flow_run_name (str) –
_description_
Tuple[str, str]