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
Display and highlight various status of the jobs / datasets.
Failed jobs / datasets having quality failures should be displayed as 'RED' color.
jobs / datasets that have ran successfully / having quality issue but have failures in the past should be displayed as 'YELLOW' color. How do we determine that? A rule of thumb should be the last 14 runs.
Highlight selected Job / dataset
Make the highlight more pronounced, so that when selected, it stands out in the graph (border glow? that may be a good idea)
Highlight on the lineage path - both on upstream and downstream. So, if a dataset is selected,
Notice how a simple highlight can better visualize how this dataset in question is 'selected', but also its upstream and downstream dependencies in the graph.
Display job and dataset status on the search page. The same rule applies - that we mentioned in the first item above, that job currently in failed state should have red color, while job that previously had a failure, in yellow color (last 14 runs based). Anything other, green as a grass. Similar applies to data quality, where if the dataset's quality rules have violations, RED, past violations, Yellow, no violations - green.
Display and highlight various status of the jobs / datasets.
Highlight selected Job / dataset
Notice how a simple highlight can better visualize how this dataset in question is 'selected', but also its upstream and downstream dependencies in the graph.
Display job and dataset status on the search page. The same rule applies - that we mentioned in the first item above, that job currently in failed state should have
redcolor, while job that previously had a failure, inyellowcolor (last 14 runs based). Anything other, green as a grass. Similar applies to data quality, where if the dataset's quality rules have violations, RED, past violations, Yellow, no violations - green.