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

Kedro PR will break parameters in kedro-viz #1933

Open bpmeek opened 1 month ago

bpmeek commented 1 month ago

Description

If PR is merged, it will affect the behavior of showing parameters in kedro-viz

Context

The unpacked parameters won't show up, nor will the parent dictionary

Steps to Reproduce

  1. Create the example project using kedro new
  2. Change pipelines/data_science/nodes.py, pipelines/data_science/pipelines.py as shown in the ticket
  3. Start kedro-viz
  4. Select the option to show parameters

Expected Result

Either the unpacked dictionary or the entire entry should show

Actual Result

Nothing

-- If you received an error, place it here.
-- Separate them if you have more than one.

Your Environment

Include as many relevant details as possible about the environment you experienced the bug in:

Checklist