Description
I want to display last publication status of a selected pipeline so that I can verify whether the publishing was successful and see the in-depth log of events occured during the pipeline run.
Preconditions
- at least one pipeline was executed in the past
How to do it:
- clicks on dataset 'Name' in the list of internal catalog records
- clicks 'Manage' button
- selects 'Pipelines' tab
- list of all pipelines associated with the dataset is displayed
- for each associated pipeline the list includes
- 'Name' of pipeline
- 'Description' of pipeline
- 'Last execution' date and time of last execution, if no execution have been performed yet 'N/A' is displayed
- 'Last run status'
- OK - execution of pipeline finished with success
- Warning - execution of pipeline pipeline finished with warning
- Failed - execution of pipeline finished with error(s)
- Cancelled - execution of pipeline was interrupted by user
- N/A - no executions have been performed yet
- 'Next execution'
- Date and time - date and time the pipeline execution is scheduled for in the future, the pipeline is idle
- Date and time (Queued) - date and time the pipeline execution is scheduled for (already passed - it should have been started already according to schedule), the pipeline waits for execution
- Date and time (Running) - date and time the pipeline execution is cheduled for (already passed), the pipeline is running
- Not planned - no schedule is set for the pipeline
- clicks the 'Last run status' link for selected pipeline
- detailed event log is displayed in execution monitor for last run of selected pipeline containing 'Event type', 'Timestamp', 'DPU instance' and ' Short message'