Hello all, fairly new to Prefect here, trying to s...
# prefect-community
m
Hello all, fairly new to Prefect here, trying to set up a flow-of-flows following the docs here: https://docs.prefect.io/core/idioms/flow-to-flow.html Ultimately I'd like to kick off only one flow using a schedule and chain a bunch of dependent flows to run, I tried the attached code but the runner is getting stuck on "Flow a" and not proceeding. Could someone take a look and tell me what I'm doing wrong?
Copy code
python a_flow.py
python b_flow.py
python parentflow.py
Copy code
[2021-02-02 15:19:53-0500] INFO - prefect.FlowRunner | Beginning Flow run for 'parent-flow'
[2021-02-02 15:19:53-0500] INFO - prefect.TaskRunner | Task 'Flow a': Starting task run...