LookerTile¶
- class pyatlan.model.assets.LookerTile(*, typeName: str = 'LookerTile', attributes: LookerTile.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
- DASHBOARD: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- FIELDS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- LOOK: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- LOOKER_QUERY_ID: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Identifier of the query for the Look, from Looker.
- LOOKML_LINK_ID: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Identifier for the LoomML link.
- LOOK_ID: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Identifier of the Look used to create this tile, from Looker.
- MERGE_RESULT_ID: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Identifier for the merge result.
- NOTE_TEXT: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Text of notes added to the tile.
- QUERY: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- QUERY_ID: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
(Deprecated) Please use lookerQueryID instead.
- RESULT_MAKER_ID: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Identifier of the ResultMarkerLookup entry, from Looker.