TableauCalculatedField#

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

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

TBC

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

Unique name of the datasource in which this calculated field exists.

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

Data category of this field.

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

Formula for this calculated field.

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

List of top-level projects and their nested projects.

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

Unique name of the project in which this calculated field exists.

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

Role of this field, for example: ‘dimension’, ‘measure’, or ‘unknown’.

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

Unique name of the site in which this calculated field exists.

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

Data type of the field, from Tableau.

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

Unique name of the top-level project in which this calculated field exists.

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

List of fields that are upstream to this calculated field.

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

Unique name of the workbook in which this calculated field exists.

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

TBC