Nash Taylor
09/18/2024, 4:09 PMprefect config set
with Prefect Cloud. For example, say I want to persist results by default. It seems like the way to do that is to prefect config set PREFECT_RESULTS_PRESIST_BY_DEFAULT=true
, but also, it sounds like prefect config
only impacts my local config settings on my development machine? When I flow.deploy()
to my ECS work pool, how will that ECS work pool know to persist results? Maybe I'm just misunderstanding the relationships between my machine and prefect cloud and whatnot, being extremely new to PrefectJake Kaplan
09/18/2024, 4:23 PMNash Taylor
09/18/2024, 4:51 PM