Adrien Besnard
06/05/2023, 10:28 AMDeployment from Python code, but I need to set a custom PREFECT_API_URL but not through an environment variable. Is there a way to update the Settings directly from code?Zanie
with prefect.settings.temporary_settings will get you thereAdrien Besnard
06/14/2023, 12:20 PM