pipeline_jobs
Individual jobs that ran as part of a pipeline run. Used for Github Actions.
-
id
Primary key - Unique identifier of the row
-
pipeline_run_id
Foreign key - ID of the pipeline_run the job belongs to
-
reference_id
Foreign key - Unique identifier of the row created by DX from data from the upstream source
-
source_id
Foreign key - ID of the job in the remote system
-
name
string - Name of the job
-
status
string - Normalized status of the job (one of "success", "failure", "not_finished")
-
duration
number - Duration of the job in seconds
-
started_at
date - When the job began
-
finished_at
date - When the job finished