Run Details Page
When you delve into the specifics of a pipeline run by clicking on its Run Id, you'll land on the Run Details page. This page breaks down the individual components of a run, providing granular insights into each step of the pipeline execution.
Detailed View
The top of the page lists the basic information of the run:
- Pipeline Name: Displays the full name of the pipeline.
- Run Id: The unique identifier for the run.
- Execution Date: The specific date and time when the run was initiated.
- Duration: Total time taken to complete the run.
- Status: Overall status of the run, indicating success or failure.
Task List
Below the summary, you'll find the Task List section, which includes:
- Component Id: The name of the pipeline component.
- Status: Shows whether the component ran successfully or encountered an error.
- Start Time: Exact time the component started its operation.
- Duration: How long the component took to execute.
- Alerts: If any alerts were generated during this component's execution, an icon will be displayed.
Error Indication
- Components that have encountered errors during execution will be marked with a red icon, drawing your attention to potential issues that require further investigation.
Accessing Alerts
- If a component generated an alert, you'll see an icon next to it.
Errors Tab
In addition to the run details, you have the "Errors" tab which provides a list of errors encountered during the run, offering detailed insights for troubleshooting.
Error List
Under the "Errors" tab, you will find:
- Alert: The level of severity of the error, such as CRITICAL or MEDIUM, alongside a brief description, e.g., "Run failed."
- Pipeline Name: It reiterates the name of the pipeline where the error occurred.
- Component Id: Specifies which component of the pipeline triggered the error.
- Error Triggered Time: The exact time when the error was detected.
A list of specific errors will be displayed below these details. Each entry includes:
- Element Number: Indicates the specific element within the component that caused the error.
- Error Description: A detailed explanation of what the error is.
These detailed error messages are designed to help you pinpoint the exact issue within the component, making it easier to address and resolve any problems swiftly. Each error is actionable, allowing for targeted rectification to ensure smoother pipeline operations in future runs.