Marcin Grzybowski
05/31/2022, 6:12 AMAnna Geller
05/31/2022, 9:42 AMprefect profile use dev
prefect profile use prod
each profile may point to a different PREFECT_API_URL
what I often do myself is run the flow first in my default profile which is a locally running Orion API server (PREFECT_API_URL='None' or localhost), then when I'm ready for a production run, I switch the profile to Cloud 2.0:
prefect profile use cloud
Marcin Grzybowski
05/31/2022, 10:16 AMAnna Geller
05/31/2022, 10:20 AMMarcin Grzybowski
05/31/2022, 10:27 AM