Datapackjobs Model
Overview
The datapackjobs table stores job execution records related to data packs, including file processing, connections used, and job statuses.
Fields
| Field | Type | Description | Required |
|---|---|---|---|
| id | string | id field | ❌ |
| jobId | string | jobId field | ✅ |
| filePath | string | filePath field | ✅ |
| connections | array | connections field | ❌ |
| status | string | status field | ✅ |
| jobSource | string | jobSource field | ❌ |
| timestamp | string | timestamp field | ❌ |
| created_at | date | created_at field | ❌ |
| modified_at | date | modified_at field | ❌ |
| datapackId | string | datapackId field | ✅ |
Relationships
- Belongsto Unknown
- Belongsto Unknown
Sample JSON
{
"id": "example_value",
"jobId": "example_value",
"filePath": "example_value",
"connections": "example_value",
"status": "example_value",
"jobSource": "example_value",
"timestamp": "example_value",
"created_at": "example_value",
"modified_at": "example_value",
"datapackId": "example_value"
}