Getting Kedro globals.yml to work with OmegaConfigLoader
I just started evaluating Kedro for use, and I began with a small project where I read data from a MS-SQL Server. The pipeline will run with a few months in between, and with new date ranges every time. To get this parameter (date) into the pipeline I looked into using globals.yml. The kedro run command works, I have created just one node that loads the data.
I load some parameters from globals.yml to use in catalog.yml.
If I use the standard lines in settings.py
from kedro.config import...