Skip to main content

job

The list of jobs (e.g. extract, load, etc.)

Primary Key:
ColumnData TypeNullableIndexedDescription
job_idbigintNoYesSnowflake ID for the job.

Generated through expression: 
job_typejob_typeNoNoThe type of job. This is usually the name of a service running the job (e.g. extractor, csvloader, etc.).

Generated through expression: 
tasktextNoNoThe task performed by the job.

Generated through expression: 
filenametextNoNoThe filename associated with the job.

Generated through expression: 
start_timetimestamp with time zoneNoNoTime job started.

Generated through expression: 
end_timetimestamp with time zoneNoNoTime job finished.

Generated through expression: 
statusjob_status_typeNoNoStatus of the job. (e.g. queued, running, succeeded, failed, cancelled, skipped, etc.).

Generated through expression: 
logtextNoNoLogs from job.

Generated through expression: