Overview
Jobs are the unit of work exchanged between the control plane and data plane operators. When the control plane needs something executed in a data plane, it creates a job and enqueues it. Data plane operators poll the queue, claim jobs, execute them, and report results.Job categories
Query jobs
Jobs that execute compiled SQL queries against the data plane’s database engine.| Field | Description |
|---|---|
| Type | query |
| Payload | Transpiled SQL for the target database dialect |
| Result | Query results or error details |
Materialized view jobs
Jobs that refresh materialized views by executing their defining queries and storing results.| Field | Description |
|---|---|
| Type | materialized_view_refresh |
| Payload | View definition and refresh parameters |
| Result | Completion status and row counts |

