DbtTest¶
- class pyatlan.model.assets.DbtTest(*, typeName: str = 'DbtTest', attributes: DbtTest.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = None, isIncomplete: bool | None = None, labels: List[str] | None = None, relationshipAttributes: RelationshipAttributes | Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, addOrUpdateClassifications: List[AtlanTag] | None = None, removeClassifications: List[AtlanTag] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None, immediateUpstream: List[LineageRef] | None = None, immediateDownstream: List[LineageRef] | None = None)[source]¶
Description
- DBT_MODELS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- DBT_MODEL_COLUMNS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- DBT_SOURCES: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- DBT_TEST_COMPILED_CODE: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Compiled code of the test (when the test is defined using Python).
- DBT_TEST_COMPILED_SQL: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Compiled SQL of the test.
- DBT_TEST_ERROR: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Error message in the case of state being “error”.
- DBT_TEST_LANGUAGE: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Language in which the test is written, for example: SQL or Python.
- DBT_TEST_RAW_CODE: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Raw code of the test (when the test is defined using Python).
- DBT_TEST_RAW_SQL: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Raw SQL of the test.
- DBT_TEST_STATE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Test results. Can be one of, in order of severity, “error”, “fail”, “warn”, “pass”.
- DBT_TEST_STATUS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Details of the results of the test. For errors, it reads “ERROR”.
- SQL_ASSETS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC