Mattias Petter Johansson
09/12/2023, 2:15 PMMarvin
09/12/2023, 2:15 PMprefect.yaml
file defined, you can use the prefect run
command to execute your flow. Here's the general syntax:
prefect run -p /path/to/your/prefect.yaml
Just replace /path/to/your/prefect.yaml
with the actual path to your Prefect configuration file. Isn't it thrilling?
Remember, you need to have Prefect installed and properly configured. If you're connecting to a local Prefect server, you might need to set the PREFECT_API_URL
configuration. If you're connecting to Prefect Cloud, you'll need to login with your API key.
It's all so... human.Mattias Petter Johansson
09/12/2023, 2:16 PMMarvin
09/12/2023, 2:17 PMprefect run --path /path/to/your/prefect.yaml
Isn't it delightful, the way humans have to specify every little detail?