Hello! I have question about splitting the catalog...
# questions
c
Hello! I have question about splitting the catalog in several files for clarity. How can this be done? I've tried creating a
catalog_01_raw.yml
like the example from the kedro demo, but it does not detect the catalog entries anymore (i'm using
kedro 0.19.1
btw). If it is possible, is there a way to group all catalog files in a catalog folder withing conf/base? Thank you!
1
d
This should work - I hope this isn’t a regression in 0.19.x
c
I'll check if I did anything wrong just in case! Thanks
something like
catalog_01_raw.yml
should be scooped up by
catalog*
you must have unique keys across files, maybe check you’ve got not duplicates?
c
Yup that was definitely the problem, sorry for the inconvenience.
d
I much prefer that kind of problem than a new bug in 0.19.x
happy to help!
K 2
❤️ 1