Package com.atlan.model.structs
Class DbtJobRun
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.DbtJobRun
- All Implemented Interfaces:
- Serializable
Detailed information about a dbt job run.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDbtJobRun.DbtJobRunBuilder<C extends DbtJobRun,B extends DbtJobRun.DbtJobRunBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.structs.AtlanStructAtlanStruct.AtlanStructBuilder<C extends AtlanStruct,B extends AtlanStruct.AtlanStructBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObjectAtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> 
- 
Field SummaryFieldsFields inherited from class com.atlan.model.core.AtlanObjectrawJsonObject
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic DbtJobRun.DbtJobRunBuilder<?, ?> builder()protected booleanbooleanCompiled code executed by a dbt model/test triggered by this dbt job run instance.Compiled sql executed by a dbt model/test triggered by this dbt job run instance.Unique environment id for the dbt job.Environment name where the dbt job runs.Unique Id of the dbt job.Name of the dbt job instance.Dbt job instance run completion timestampUnique id for the dbt job run.Status of the dbt job run.Status of the dbt model executed by current job run.Status of the dbt test executed by current job run.Fixed typeName for DbtJobRun.inthashCode()static DbtJobRunof(String dbtJobId, String dbtJobName, String dbtEnvironmentId, String dbtEnvironmentName, String dbtJobRunId, Long dbtJobRunCompletedAt, String dbtJobRunStatus, String dbtTestRunStatus, String dbtModelRunStatus, String dbtCompiledSQL, String dbtCompiledCode) Quickly create a new DbtJobRun.toString()Methods inherited from class com.atlan.model.core.AtlanObjectgetRawJsonObject, setRawJsonObject, toJson
- 
Field Details- 
TYPE_NAME- See Also:
 
 
- 
- 
Constructor Details- 
DbtJobRun
 
- 
- 
Method Details- 
ofpublic static DbtJobRun of(String dbtJobId, String dbtJobName, String dbtEnvironmentId, String dbtEnvironmentName, String dbtJobRunId, Long dbtJobRunCompletedAt, String dbtJobRunStatus, String dbtTestRunStatus, String dbtModelRunStatus, String dbtCompiledSQL, String dbtCompiledCode) Quickly create a new DbtJobRun.- Parameters:
- 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.
- Returns:
- a DbtJobRun with the provided information
 
- 
builder
- 
toBuilder
- 
getDbtJobIdUnique Id of the dbt job.
- 
getDbtJobNameName of the dbt job instance.
- 
getDbtEnvironmentIdUnique environment id for the dbt job.
- 
getDbtEnvironmentNameEnvironment name where the dbt job runs.
- 
getDbtJobRunIdUnique id for the dbt job run.
- 
getDbtJobRunCompletedAtDbt job instance run completion timestamp
- 
getDbtJobRunStatusStatus of the dbt job run.
- 
getDbtTestRunStatusStatus of the dbt test executed by current job run.
- 
getDbtModelRunStatusStatus of the dbt model executed by current job run.
- 
getDbtCompiledSQLCompiled sql executed by a dbt model/test triggered by this dbt job run instance.
- 
getDbtCompiledCodeCompiled code executed by a dbt model/test triggered by this dbt job run instance.
- 
equals- Overrides:
- equalsin class- AtlanStruct
 
- 
canEqual- Overrides:
- canEqualin class- AtlanStruct
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- AtlanStruct
 
- 
toStringDescription copied from class:AtlanObject- Overrides:
- toStringin class- AtlanObject
 
- 
getTypeNameFixed typeName for DbtJobRun.- Overrides:
- getTypeNamein class- AtlanStruct
 
 
-