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
Modifier 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
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
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 instancecompiled sql executed by a dbt model/test triggered by this dbt job run instanceUnique environment id for the DBT jobEnvironment name where the DBT job runsUnique Id of the DBT jobName of the DBT job instanceDbt job instance run completion timestampUnique id for the DBT job runStatus of the dbt job runStatus of the dbt model executed by current job runStatus of the dbt test executed by current job runFixed 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 jobdbtJobName
- Name of the DBT job instancedbtEnvironmentId
- Unique environment id for the DBT jobdbtEnvironmentName
- Environment name where the DBT job runsdbtJobRunId
- Unique id for the DBT job rundbtJobRunCompletedAt
- Dbt job instance run completion timestampdbtJobRunStatus
- Status of the dbt job rundbtTestRunStatus
- Status of the dbt test executed by current job rundbtModelRunStatus
- Status of the dbt model executed by current job rundbtCompiledSQL
- compiled sql executed by a dbt model/test triggered by this dbt job run instancedbtCompiledCode
- 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
-