Is there a way to set the Prefect Run Configuration default in the UI? Of not, how do I do it on registration. I need to specify a Local config rather than Universal for some jobs.
k
Kevin Kho
10/07/2021, 3:11 PM
You can’t set the default through the UI, but you can set it for an adhoc run. Flow the flow, it just becomes:
Copy code
from prefect.run_configs import LocalRun
flow.run_config = LocalRun(...)
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.