Filip Wójcik
04/13/2023, 7:51 AMdatajoely
04/13/2023, 7:55 AMmarrrcin
04/13/2023, 7:58 AMcollapsible pipelines in Kedro viz,What do you mean by that?
datajoely
04/13/2023, 7:59 AMhttps://docs.kedro.org/en/0.18.1/_images/modular_ds.gif▾
marrrcin
04/13/2023, 7:59 AMpipeline()
within pipeline()
enough for that?datajoely
04/13/2023, 8:00 AMnamespace
argument is required IIRCFilip Wójcik
04/13/2023, 8:00 AMdatajoely
04/13/2023, 8:12 AMFilip Wójcik
04/13/2023, 8:13 AMAntony Milne
04/13/2023, 8:17 AMALL
that “freezes” all dataset names in the call to pipeline, e.g. pipeline(inputs=ALL, outputs=ALL, namespace="blah")
• making the catalog hierarchical in the same way parameters are, so that to add a namespace blah
to a group of dataset names you don’t need to manually prepend blah.
to each of them but instead make a top-level key blah
and then indent all the datasets with that namespace underneath it