Sorry for the spam, I have another question: when ...
# questions
m
Sorry for the spam, I have another question: when using
OmegaConfigLoader
, how do I get a key in the
conf/local/globals.yml
file (e.g.
base_folder_path
) to overwrite the same key from
conf/base/globals.yml
? It was working as expected using
TemplatedConfigLoader
but when I switched over to
OmegaConfigLoader
it doesn't overwrite anymore.
The config loader still picks up my local config (credentials etc) and can overwrite correctly on other types of files (e.g. spark, catalog) but not
globals.yml
Ah sorry I found the problem for this one - my local globals file was
globals.yaml
😞
👍 1