Hello, I am following the dynamic pipeline tutoria...
# questions
l
Hello, I am following the dynamic pipeline tutorial here: https://getindata.com/blog/kedro-dynamic-pipelines/ It is working, but I find that if I have a nested dict with multiple values, and the
_override
specifies only a subset of those, only the subset makes it into the final config. Running the
merge_dicts
method standalone doesn't have that problem though. Has anyone got this to work?
👀 2
found it: replace
dict
with
omegaconf.dictconfig.DictConfig
in merge_dicts 👍 cc @marrrcin ^
👍 4
m
Yup, we have also detected that, but I'm no longer at GiD and I can't update the blog post
👍 1
a
Hi, Thanks for pointing that out, I'll reach out to correct it in the source