Skip to content

Conversation

@ib31iat
Copy link
Contributor

@ib31iat ib31iat commented Jun 10, 2025

This pull request makes the following changes:

  • Add icon for data nodes to show whether data is stored partitioned or not (the PieChat icon is used).
  • Show icon for data action nodes to show the execution mode:
    • D: default
    • P: any kind of containing partitioned in the name
    • I: any kind containing incremental / streaming in the name
    • C: CustomMode
    • A: ProcessAllMode
    • X: if non of the previous match
  • In the lineage graph toolbar, add an additional filter to choose whether the two newly implemented features should be displayed on the graphs (could be extended to other features).

ib31iat added 3 commits June 6, 2025 10:28
In the lineage graph the Action nodes now show the execution mode used
and the data nodes show whether the data is stored partitioned. The
latter is deferred from the partitions information on the dataObject
definition. Add a dropdown to select with node properties should be
displayed.
In the dropdown split the action and data node attributes into two
groups for a better overview and clarity.
@ib31iat ib31iat requested a review from zzeekk June 10, 2025 13:33
@ib31iat ib31iat linked an issue Jun 10, 2025 that may be closed by this pull request
Copy link
Contributor

@zzeekk zzeekk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, looks very nice.

@ib31iat ib31iat merged commit 79e4a84 into develop Jun 19, 2025
1 check passed
@ib31iat ib31iat deleted the feature/95-show-partitioning-and-execution-mode-in-lineage-graph branch June 19, 2025 07:05
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.

Show Partitioning and Execution mode in Lineage graph

3 participants