https://kedro.org/ logo
#questions
Title
# questions
g

Gregor Höhne

10/13/2023, 3:23 PM
Hello Kedro community, I'm currently using modular pipelines to create several pipeline instances within my project while creating each a tracking.MetricsDataSet which then should be automatically displayed in Kedro-viz. It seems as dataset factories are not supported for tracking.MetricsDataSet (the files are created but not loaded into Kedro viz). Does anyone managed to use dataset factories for displaying tracking.MetricsDataSet in Kedro-viz?
👀 1
n

Nok Lam Chan

10/13/2023, 3:52 PM
Feel free to create an GitHub Issue. I haven’t tested but this is likely due to dataset factory catalog isn’t a materialised one until pipeline is run.
@Ankita Katiyar
a

Ankita Katiyar

10/13/2023, 3:54 PM
I’ll look into it! Thanks for flagging this!
thankyou 2
g

Gregor Höhne

10/13/2023, 4:04 PM
Thanks for looking into it 🚀