Hi all. I'm using catalog templates in my config t...
# questions
n
Hi all. I'm using catalog templates in my config to make my file root directories dynamic with a globals.yml file. Is there a way to set my root directory value in globals.yml at runtime? I want to be able to map the pipeline to execute off of different copies of data at runtime.
n
You can always use an absolute path and use a template value, otherwise the default is relative to your project root
n
thanks, i found out about runtime_params from OmegaConfigLoader