Join Slack
Powered by
This is the python that run the flow after …
# ask-community
a
Alejandro Sanchez Losa
12/20/2021, 4:41 PM
This is the python that run the flow after …
a
Anna Geller
12/20/2021, 4:43 PM
to run the flow you could just use:
Copy code
prefect run -p main.py
Anna Geller
12/20/2021, 4:43 PM
the create_flow_run is really only to use it from parent flows if you use the flow-of-flow orchestration pattern
Anna Geller
12/20/2021, 4:44 PM
you can find more about this pattern in those blog posts: •
https://www.prefect.io/blog/prefect-0-15-0-a-new-flow-run-experience/
•
https://www.prefect.io/blog/flow-of-flows-orchestrating-elt-with-prefect-and-dbt/
a
Alejandro Sanchez Losa
12/20/2021, 4:45 PM
let me check all
3
Views
Open in Slack
Previous
Next