Hey team, any way to resolve environment variables in globals.yaml? e.g. root: ${oc.env:AWS_S3_ROOT}
My environment-variable-loading logic lives in the init.py file, and i believe that globals.yaml is being resolved before init.py runs, therefore it doesn't know AWS_S3_ROOT
I'm guessing a hook would solve it?
Apologies. Perks of migrating old repos to the newer versions of kedro with OmegaConfigLoader as default