leaf_engine_flows.run ===================== .. py:module:: leaf_engine_flows.run Functions --------- .. autoapisummary:: leaf_engine_flows.run.run_flow Module Contents --------------- .. py:function:: run_flow(flow: prefect.Flow, flow_run_name: str, parameters: dict, project_name: str = 'core') -> Tuple[str, str] Registers and runs flow on Prefect Server. :param flow: The flow to run. :type flow: Flow :param parameters: Flow parameters. :type parameters: dict :param project_name: Defaults to "Core". :type project_name: str, optional :param register: Whether to register the flow with the server. Defaults to True. :type register: bool, optional :returns: _description_ :rtype: Tuple[str, str]