Task Audits
The Task Audit page provides a comprehensive view of all tasks executed within jobs. It helps users monitor task performance, track errors, and analyze task-specific metrics.
Task Audit List¶
The page displays a list of tasks executed across jobs with the following details:
Job ID | Job Name | Task Name | Project | Status | Start Time | End Time | Duration | Actions |
---|---|---|---|---|---|---|---|---|
101 | Import Customers | Data Ingestion | CRM Data | Success | 2025-09-10 08:00 | 2025-09-10 08:02 | 2 mins | [View Logs] |
102 | Clean Orders | Execute SQL | Sales Data | Failed | 2025-09-10 09:00 | 2025-09-10 09:05 | 5 mins | [View Logs] |
... | ... | ... | ... | ... | ... | ... | ... | ... |
Field Descriptions¶
- Job ID – Unique identifier of the job containing the task.
- Job Name – The name of the job under which the task was executed.
- Task Name – The name of the specific task being audited.
- Project – The project to which the task belongs.
- Status – The execution status of the task (e.g., Success, Failed, Running).
- Start Time – Timestamp when the task started.
- End Time – Timestamp when the task completed.
- Duration – Total time taken by the task to complete.
- Actions – Contains a link to view detailed logs for troubleshooting or auditing purposes.
Actions¶
- View Logs – Opens a detailed log view for the task, allowing users to inspect execution steps, errors, and messages for debugging and analysis.
The Task Audit page plays a critical role in ensuring transparency and traceability of tasks within your workflows, making it easier to identify issues and optimize data pipelines.