ModelEntityAssociation¶
- class pyatlan.model.assets.ModelEntityAssociation(*, typeName: str = 'ModelEntityAssociation', attributes: ModelEntityAssociation.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
- MODEL_ENTITY_ASSOCIATION_CARDINALITY: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
(Deprecated) Cardinality of the data entity association.
- MODEL_ENTITY_ASSOCIATION_FROM: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- MODEL_ENTITY_ASSOCIATION_FROM_LABEL: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Label when read from the association from which this entity is related.
- MODEL_ENTITY_ASSOCIATION_FROM_MAX_CARDINALITY: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Maximum cardinality of the data entity from which the association exists.
- MODEL_ENTITY_ASSOCIATION_FROM_MIN_CARDINALITY: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Minimum cardinality of the data entity from which the association exists.
- MODEL_ENTITY_ASSOCIATION_FROM_QUALIFIED_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Unique name of the association from which this entity is related.
- MODEL_ENTITY_ASSOCIATION_LABEL: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
(Deprecated) Label of the data entity association.
- MODEL_ENTITY_ASSOCIATION_TO: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- MODEL_ENTITY_ASSOCIATION_TO_LABEL: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Label when read from the association to which this entity is related.
- MODEL_ENTITY_ASSOCIATION_TO_MAX_CARDINALITY: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Maximum cardinality of the data entity to which the association exists.
- MODEL_ENTITY_ASSOCIATION_TO_MIN_CARDINALITY: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Minimum cardinality of the data entity to which the association exists.
- MODEL_ENTITY_ASSOCIATION_TO_QUALIFIED_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Unique name of the association to which this entity is related.