kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

Enable user to disable preview for all from setting panel(UI) when running `kedro viz run` #1921

Open jitu5 opened 1 month ago

jitu5 commented 1 month ago

Description

This feature will help users to control data preview for all the nodes from setting panel of Kedro-Viz when running kedro viz run.

Context

After running Kedro-Viz locally by kedro viz run command, Dataset preview for all the nodes will be enabled by default but user will be about to enable/disable from Kedro-Viz setting panel.

Possible Implementation

-Add toggle button option in setting panel -Pass current toggle value to getNodeById API call

Checklist