You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Steps to Reproduce
Go to demo project
Enable all node types
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
The text was updated successfully, but these errors were encountered:
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)
Steps to Reproduce
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:
Checklist
The text was updated successfully, but these errors were encountered: