Skip to main content

Datapackjobs Model

Overview

The datapackjobs table stores job execution records related to data packs, including file processing, connections used, and job statuses.

Fields

FieldTypeDescriptionRequired
idstringid field
jobIdstringjobId field
filePathstringfilePath field
connectionsarrayconnections field
statusstringstatus field
jobSourcestringjobSource field
timestampstringtimestamp field
created_atdatecreated_at field
modified_atdatemodified_at field
datapackIdstringdatapackId 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"
}