Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch between tag node count in filter panel and flowchart #2280

Open
1 task done
ravi-kumar-pilla opened this issue Feb 25, 2025 · 0 comments
Open
1 task done
Labels
Issue: Bug Report Javascript Pull requests that update Javascript code

Comments

@ravi-kumar-pilla
Copy link
Contributor

Description

The tag filter count shows different number of nodes while the flowchart has different number of nodes on filtering. The root cause might be we are counting the modular pipeline (namespace) nodes. This needs some discussion on whether it is a right way to count as the node count against element type differs from tag count.

Context

As below I have enabled all the node types and there are 4 nodes with a tag as Companies. But in flowchart view it shows only 3 nodes. Since we have a namespace node (ingestion)

Image

Image

Image

Steps to Reproduce

  1. Go to demo project
  2. Enable all node types
  3. Click on companies filter

Expected Result

Should show the filter count as 3 since there are only 3 nodes (exclude the namespace node count ?)

Actual Result

The count includes modular pipeline (namespace) nodes which are not actual nodes of flowchart

Your Environment

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

  • Web browser system and version:
  • Operating system and version:
  • NodeJS version used (if relevant):
  • Kedro version used (if relevant):
  • Python version used (if relevant):

Checklist

  • Include labels so that we can categorise your issue
@ravi-kumar-pilla ravi-kumar-pilla added Issue: Bug Report Javascript Pull requests that update Javascript code labels Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Bug Report Javascript Pull requests that update Javascript code
Projects
Status: No status
Development

No branches or pull requests

1 participant