Hugo Rebeix
10/10/2023, 10:54 AMageb_preproc_local:
  type: pandas.ParquetDataSet
  filepath: data/001_preproc/ageb_preproc.parquet
  versioned: true
  metadata:
    kedro-viz:
      layer: preproc
      hide: true
The effect in Kedro Viz would be to automatically hide the dataset from the graph like in the following imageTynan
10/10/2023, 11:08 AMhide option in the metadata. Kedro-Viz will remember your selection of hidden nodes in the UI, so if you hide the node via the sidebar and refresh the page, that node will still be hidden when it loads againHugo Rebeix
10/10/2023, 11:12 AMTynan
10/10/2023, 11:13 AMHugo Rebeix
10/10/2023, 12:19 PM