We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a5750 commit 28df6c2Copy full SHA for 28df6c2
1 file changed
docs/jobs_orchestration.md
@@ -14,7 +14,7 @@ The jobs table (`~jobs`) is a system table that tracks the state and execution o
14
- `error`: Job failed with an error
15
- `ignore`: Job is marked to be ignored
16
- `success`: Job completed successfully
17
-- `key`: JSON structure containing the job's primary key
+- `key`: JSON structure containing the job's primary key (query-able)
18
- `error_message`: Error message if job failed
19
- `error_stack`: Stack trace if job failed
20
- `user`: Database user who created the job
0 commit comments