Skip to content

DbtJobRun

Detailed information about a dbt job run.

Complete reference

This is a complete reference for the DbtJobRun struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:

  • Snippets — small, atomic examples of single-step use cases.
  • Patterns — walkthroughs of common multi-step implementation patterns.

Embedded properties

These are the attributes embedded within each instance of the DbtJobRun struct in an asset:

dbtJobId

Unique Id of the DBT job

dbtJobName

Name of the DBT job instance

dbtEnvironmentId

Unique environment id for the DBT job

dbtEnvironmentName

Environment name where the DBT job runs

dbtJobRunId

Unique id for the DBT job run

dbtJobRunCompletedAt

Dbt job instance run completion timestamp

dbtJobRunStatus

Status of the dbt job run

dbtTestRunStatus

Status of the dbt test executed by current job run

dbtModelRunStatus

Status of the dbt model executed by current job run

dbtCompiledSQL

compiled sql executed by a dbt model/test triggered by this dbt job run instance

dbtCompiledCode

compiled code executed by a dbt model/test triggered by this dbt job run instance