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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
DbtJobRun.DbtJobRunBuilder<C extends DbtJobRun,
B extends DbtJobRun.DbtJobRunBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.structs.AtlanStruct
AtlanStruct.AtlanStructBuilder<C extends AtlanStruct,
B extends AtlanStruct.AtlanStructBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DbtJobRun.DbtJobRunBuilder
<?, ?> builder()
protected boolean
boolean
Compiled 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.int
hashCode()
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.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
DbtJobRun
-
-
Method Details
-
of
public 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 timestampdbtJobRunStatus
- 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
-
getDbtJobId
Unique Id of the dbt job. -
getDbtJobName
Name of the dbt job instance. -
getDbtEnvironmentId
Unique environment id for the dbt job. -
getDbtEnvironmentName
Environment name where the dbt job runs. -
getDbtJobRunId
Unique id for the dbt job run. -
getDbtJobRunCompletedAt
Dbt job instance run completion timestamp -
getDbtJobRunStatus
Status of the dbt job run. -
getDbtTestRunStatus
Status of the dbt test executed by current job run. -
getDbtModelRunStatus
Status of the dbt model executed by current job run. -
getDbtCompiledSQL
Compiled sql executed by a dbt model/test triggered by this dbt job run instance. -
getDbtCompiledCode
Compiled code executed by a dbt model/test triggered by this dbt job run instance. -
equals
- Overrides:
equals
in classAtlanStruct
-
canEqual
- Overrides:
canEqual
in classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanStruct
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-
getTypeName
Fixed typeName for DbtJobRun.- Overrides:
getTypeName
in classAtlanStruct
-