Package com.atlan.model.structs
Class DbtJobRun.DbtJobRunBuilder<C extends DbtJobRun,B extends DbtJobRun.DbtJobRunBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.structs.AtlanStruct.AtlanStructBuilder<C,B>
com.atlan.model.structs.DbtJobRun.DbtJobRunBuilder<C,B>
- Enclosing class:
- DbtJobRun
public abstract static class DbtJobRun.DbtJobRunBuilder<C extends DbtJobRun,B extends DbtJobRun.DbtJobRunBuilder<C,B>>
extends AtlanStruct.AtlanStructBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
dbtCompiledCode
(String dbtCompiledCode) compiled code executed by a dbt model/test triggered by this dbt job run instancedbtCompiledSQL
(String dbtCompiledSQL) compiled sql executed by a dbt model/test triggered by this dbt job run instancedbtEnvironmentId
(String dbtEnvironmentId) Unique environment id for the DBT jobdbtEnvironmentName
(String dbtEnvironmentName) Environment name where the DBT job runsUnique Id of the DBT jobdbtJobName
(String dbtJobName) Name of the DBT job instancedbtJobRunCompletedAt
(Long dbtJobRunCompletedAt) Dbt job instance run completion timestampdbtJobRunId
(String dbtJobRunId) Unique id for the DBT job rundbtJobRunStatus
(String dbtJobRunStatus) Status of the dbt job rundbtModelRunStatus
(String dbtModelRunStatus) Status of the dbt model executed by current job rundbtTestRunStatus
(String dbtTestRunStatus) Status of the dbt test executed by current job runprotected abstract B
self()
toString()
Fixed typeName for DbtJobRun.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
DbtJobRunBuilder
public DbtJobRunBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanStruct.AtlanStructBuilder<C extends DbtJobRun,
B extends DbtJobRun.DbtJobRunBuilder<C, B>>
-
typeName
Fixed typeName for DbtJobRun.- Overrides:
typeName
in classAtlanStruct.AtlanStructBuilder<C extends DbtJobRun,
B extends DbtJobRun.DbtJobRunBuilder<C, B>> - Returns:
this
.
-
dbtJobId
Unique Id of the DBT job- Returns:
this
.
-
dbtJobName
Name of the DBT job instance- Returns:
this
.
-
dbtEnvironmentId
Unique environment id for the DBT job- Returns:
this
.
-
dbtEnvironmentName
Environment name where the DBT job runs- Returns:
this
.
-
dbtJobRunId
Unique id for the DBT job run- Returns:
this
.
-
dbtJobRunCompletedAt
Dbt job instance run completion timestamp- Returns:
this
.
-
dbtJobRunStatus
Status of the dbt job run- Returns:
this
.
-
dbtTestRunStatus
Status of the dbt test executed by current job run- Returns:
this
.
-
dbtModelRunStatus
Status of the dbt model executed by current job run- Returns:
this
.
-
dbtCompiledSQL
compiled sql executed by a dbt model/test triggered by this dbt job run instance- Returns:
this
.
-
dbtCompiledCode
compiled code executed by a dbt model/test triggered by this dbt job run instance- Returns:
this
.
-
self
- Specified by:
self
in classAtlanStruct.AtlanStructBuilder<C extends DbtJobRun,
B extends DbtJobRun.DbtJobRunBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanStruct.AtlanStructBuilder<C extends DbtJobRun,
B extends DbtJobRun.DbtJobRunBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanStruct.AtlanStructBuilder<C extends DbtJobRun,
B extends DbtJobRun.DbtJobRunBuilder<C, B>>
-