Samuel Hinton
02/23/2023, 2:26 AMprefect.settings.PREFECT_API_URL
has getters but not setters and I dont want to just go under the hood. Using os.environ
doesnt seem to work, because the env var is set after importing prefect (use case is we have dev and prod versions of prefect and we want to loop over envs and upload a common flow to all of them)Nate
02/23/2023, 2:35 AMSamuel Hinton
02/23/2023, 2:37 AM