MatillionComponent#

class pyatlan.model.assets.MatillionComponent(*, typeName: str = 'MatillionComponent', attributes: MatillionComponent.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = '', isIncomplete: bool | None = True, labels: List[str] | None = None, 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, semantic: SaveSemantic | None = None, depth: int | None = None)[source]#

Description

MATILLION_COMPONENT_ID: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Unique identifier of the component in Matillion.

MATILLION_COMPONENT_IMPLEMENTATION_ID: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Unique identifier for the type of the component in Matillion.

MATILLION_COMPONENT_LAST_FIVE_RUN_STATUS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Last five run statuses of the component within a job.

MATILLION_COMPONENT_LAST_RUN_STATUS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Latest run status of the component within a job.

MATILLION_COMPONENT_LINKED_JOB: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Job details of the job to which the component internally links.

MATILLION_COMPONENT_SQLS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

SQL queries used by the component.

MATILLION_JOB: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>#

TBC

MATILLION_JOB_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>#

Simple name of the job to which the component belongs.

MATILLION_JOB_QUALIFIED_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>#

Unique name of the job to which the component belongs.

MATILLION_PROCESS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>#

TBC