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
We could display timestamps of each job execution, but correctly speaking it wasn't a primary goal for this particular view.
It's focused on the pipeline topology, how jobs and data sources depend on each others. The graph can have cycles and one node can represent multiple job runs. For that reason, instead of trying to mix-in the time info into this (static) view we are considering introducing an additional view that would be specifically focused on chronology.
Background [Optional]
We would like to know the dates each execution plan on the lineage diagram was executed, this helps debug any pipeline issues.
Question
In the attached lineage diagram, execution plan 1) is source for 2). Is it possible to know the date of 1) plan generation?
The text was updated successfully, but these errors were encountered: