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

Fixes to Asset Lineage Graph #8454

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR changes the node identifier in the Asset Lineage Mermaid graph to use the GUID rather than a mangled qualifiedName (mermaid does not allow spaces in its identifiers). This change means it is easier to audit the graph at a later time because each node can be looked up via the open metadata APIs.

In addition, one of the nodes was not displaying property.

Screenshot 2024-10-20 at 23 10 24

This turned out to be an error in the use of subList(startingIndex, endingIndex) as the endingIndex is exclusive rather than inclusive. The reult of this fix, the graph displays completely:

Screenshot 2024-10-21 at 11 26 02

Related Issue(s)

None

Testing

Manual check of graph display

Release Notes & Documentation

This is a bug fix

Additional notes

None

Signed-off-by: Mandy Chessell <[email protected]>
@mandy-chessell mandy-chessell merged commit bb617bc into odpi:main Oct 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant