but its yelling at me about "ValueError: Could not infer an active Flow context while creating edge". my app does a lot of chaining of flows, so i wanted to streamline this
from prefect import Flow
from prefect.tasks.prefect import StartFlowRun
start_flow_run = StartFlowRun(project_name="PROJECT_NAME", wait=True)
with Flow("FLOW_NAME") as flow:
staging = start_flow_run(flow_name="child_flow_name")
h
Harry Baker
03/25/2022, 8:47 PM
i dont think i can use StartFlowRun and still get all of my child flow logs appearing in the main flow
Harry Baker
03/25/2022, 8:48 PM
I currently have to do all my chaining like this to get the behavior i want out of the dashboard:
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.