Dan Zhao
09/30/2021, 1:27 PMKevin Kho
Dan Zhao
09/30/2021, 2:15 PMKevin Kho
Dan Zhao
09/30/2021, 2:21 PMKevin Kho
get_env_vars_somehow()
os.environ = new_env_vars #using the context
import prefect
so that when prefect gets imported and the context gets created, the env vars will exist. does that make sense? kind of a hack though and I think the KV Store might be the cleaner approach