LookerLook#

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

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

TBC

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

TBC

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

Name of the folder in which the Look is organized.

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

TBC

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

Name of the model in which this Look exists.

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

TBC

SOURCELAST_UPDATER_ID: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Identifier of the user that last updated the Look, from Looker.

SOURCE_CONTENT_METADATA_ID: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Identifier of the Look’s content metadata, from Looker.

SOURCE_LAST_ACCESSED_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Time (epoch) when the Look was last accessed by a user, in milliseconds.

SOURCE_LAST_VIEWED_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Time (epoch) when the Look was last viewed by a user, in milliseconds.

SOURCE_QUERY_ID: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Identifier of the query for the Look, from Looker.

SOURCE_USER_ID: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Identifier of the user who created the Look, from Looker.

SOURCE_VIEW_COUNT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Number of times the look has been viewed in the Looker web UI.

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

TBC