Hi, has anyone tried creating dependent flows in P...
# ask-community
m
Hi, has anyone tried creating dependent flows in Prefect. I tried to follow the example mentioned on prefect https://docs.prefect.io/api/latest/tasks/prefect.html#startflowrun but I am getting error "ImportError: cannot import name 'StartFlowRun'
m
Hi Milly, to import StartFlow Run you need to do
Copy code
from prefect.tasks.prefect import StartFlowRun
m
Yeah that's what I did. But still getting the error