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

Eduardo Romero López

07/17/2023, 9:49 AM
hello!!! is it possible to show a dataset in kedro viz that it is not linked to one pipeline? I would like to show it for teaching the team. Thanks 🙂
n

Nok Lam Chan

07/17/2023, 10:08 AM
It is not supported natively. Kedro-viz understand the DAGs as a JSON format, it loads a kedro project and export the pipeline as JSON, so it needs to be one of the pipeline. possible solution: • Create a pipeline (maybe with hook) that always register all datasets in a fake pipeline.
e

Eduardo Romero López

07/17/2023, 10:10 AM
ok, thanks a lot