ThoughtspotColumn#

class pyatlan.model.assets.ThoughtspotColumn(*, typeName: str = 'ThoughtspotColumn', attributes: ThoughtspotColumn.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

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

Specifies the technical format of data stored in a column such as integer, float, string, date, boolean etc.

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

Defines the analytical role of a column in data analysis categorizing it as a dimension, measure, or attribute.

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

TBC

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

Unique name of the table in which this column exists.

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

TBC

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

Unique name of the view in which this column exists.

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

TBC

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

Unique name of the worksheet in which this column exists.