Skip to content

Other Connectors

Dataverse

pyatlan.model.assets.dataverse.Dataverse(__pydantic_self__, **data: Any)

Bases: SaaS

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

DATAVERSE_IS_AUDIT_ENABLED: BooleanField = BooleanField('dataverseIsAuditEnabled', 'dataverseIsAuditEnabled') class-attribute

Indicator if DataverseEntity has auditing enabled.

DATAVERSE_IS_CUSTOM: BooleanField = BooleanField('dataverseIsCustom', 'dataverseIsCustom') class-attribute

Indicator if DataverseEntity is custom built.

DATAVERSE_IS_CUSTOMIZABLE: BooleanField = BooleanField('dataverseIsCustomizable', 'dataverseIsCustomizable') class-attribute

Indicator if DataverseEntity is customizable.

DataverseAttribute

pyatlan.model.assets.dataverse_attribute.DataverseAttribute(__pydantic_self__, **data: Any)

Bases: Dataverse

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

DATAVERSE_ATTRIBUTE_IS_PRIMARY_ID: BooleanField = BooleanField('dataverseAttributeIsPrimaryId', 'dataverseAttributeIsPrimaryId') class-attribute

Indicator if DataverseAttribute is the primary key.

DATAVERSE_ATTRIBUTE_IS_SEARCHABLE: BooleanField = BooleanField('dataverseAttributeIsSearchable', 'dataverseAttributeIsSearchable') class-attribute

Indicator if DataverseAttribute is searchable.

DATAVERSE_ATTRIBUTE_SCHEMA_NAME: KeywordField = KeywordField('dataverseAttributeSchemaName', 'dataverseAttributeSchemaName') class-attribute

Schema Name of the DataverseAttribute.

DATAVERSE_ATTRIBUTE_TYPE: KeywordField = KeywordField('dataverseAttributeType', 'dataverseAttributeType') class-attribute

Type of the DataverseAttribute.

DATAVERSE_ENTITY: RelationField = RelationField('dataverseEntity') class-attribute

TBC

DATAVERSE_ENTITY_QUALIFIED_NAME: KeywordField = KeywordField('dataverseEntityQualifiedName', 'dataverseEntityQualifiedName') class-attribute

Entity Qualified Name of the DataverseAttribute.

DataverseEntity

pyatlan.model.assets.dataverse_entity.DataverseEntity(__pydantic_self__, **data: Any)

Bases: Dataverse

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

DATAVERSE_ATTRIBUTES: RelationField = RelationField('dataverseAttributes') class-attribute

TBC

DATAVERSE_ENTITY_SCHEMA_NAME: KeywordField = KeywordField('dataverseEntitySchemaName', 'dataverseEntitySchemaName') class-attribute

Schema Name of the DataverseEntity.

DATAVERSE_ENTITY_TABLE_TYPE: KeywordField = KeywordField('dataverseEntityTableType', 'dataverseEntityTableType') class-attribute

Table Type of the DataverseEntity.