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

"Show Layer" not working on demo.kedro.org #1868

Closed noklam closed 1 month ago

noklam commented 2 months ago

Description

The "Show layer" button doesn't work sometimes. image

It's very weird: https://demo.kedro.org/?types=parameters,nodes&pid=__default__&expandAllPipelines=false this doesn't work but https://demo.kedro.org/?types=nodes,datasets&expandAllPipelines=false&pid=__default__ works

Context

How has this bug affected you? What were you trying to accomplish?

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected Result

Tell us what should happen.

Actual Result

Tell us what happens instead.

-- 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

rashidakanchwala commented 2 months ago

@noklam - we just reviewed this and realised why this is not working. Layers are associated with datasets and you have all datasets disabled in your current view, hence the toggle shows no layer information.