I have a few environment variables that configure ...
# ask-community
f
I have a few environment variables that configure my dagster code location (one of them is used by all the assets as key_prefix) but I would like to load them as a resource. As a resource I can use them all over the place but not as key_prefix since that's static 😕 Is there a nice way of solving this conundrum?