Runs Page
The Runs page is your central hub for tracking the execution history of all your pipelines. It provides a detailed ledger of past and ongoing pipeline runs, allowing for a thorough analysis of performance over time.
Overview of Runs
This page lists all the pipeline executions with key details and metrics, organized in a table with the following columns:
- Status: Shows the current status of the run, with a color-coded icon for quick reference.
- Pipeline Name: The name of the pipeline.
- Progress: A numeric value indicating the completion progress of the run, where green denotes successfully executed components and red indicates failed components.
- Run Id: A unique identifier for each run that serves as a link to view run details.
- Alerts: Severity of alert generated during the run, indicating any issues encountered.
- Duration: The time it took for the run to complete.
- Scheduled: The date and time the run was scheduled to start.
Run Status Indicators
Each pipeline run is associated with a status indicator:
- Green check icon: The run has completed without any issues.
- Red check icon: The run encountered errors and did not complete as expected.
Interacting with Runs
- Filtering: At the top of the page, you can filter runs by date range using the dropdown menu to focus on a specific timeframe.
- Details: Clicking on a Run Id allows you to dive deeper into the specifics of that execution, with the option to view logs, output, and more in-depth details.
Utilize the Runs page to gain valuable insights into your pipelines' performance, spot trends or recurring issues, and ensure your data workflows are running as efficiently as possible.