Joël Luijmes
12/06/2021, 10:00 AM> prefect run -m src.flows.internal_syncs.firestore_export.flow
Retrieving local flow... Error
Found no flows at src.flows.internal_syncs.firestore_export.flow.
Joël Luijmes
12/06/2021, 10:01 AMAnna Geller
Joël Luijmes
12/06/2021, 10:05 AMJoël Luijmes
12/06/2021, 10:05 AMAnna Geller
Anna Geller
prefect run -p your_flow.py
Joël Luijmes
12/06/2021, 10:08 AMJoël Luijmes
12/06/2021, 10:08 AMJoël Luijmes
12/06/2021, 10:08 AMAnna Geller
prefect run --name your_flow_name
then it queries Prefect API for a flow registered with that name. If there is more than one, it will require you to also pass a project name to uniquely identify the flow to run:
prefect run --name yourname --project yourproject
Joël Luijmes
12/06/2021, 10:14 AM