Constantino Schillebeeckx
05/24/2022, 6:02 PM"FOO": "BAR"
in the run config, and then do something like os.environ["FOO"]: "BAZ"
in the flow.py - what will FOO
bet set to when the flow runs?PREFECT__CLOUD__HEARTBEAT_MODE
which is currently being set in the run_config. so my thought was to set it in the flow using os.environKevin Kho
05/24/2022, 6:04 PMos.environ
, that needs to happen before you import prefect because when you import prefect, the context is already loaded in. It should work I think as long as you are using a script-based storage instead of pickle