LookerField

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

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

TBC

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

TBC

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

Unique name of the dashboard in which this field is used.

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

Unique name of the Explore in which this field exists.

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

Deprecated.

LOOKER_FIELD_IS_REFINED: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>

Whether the looker field asset is coming from a refinement

LOOKER_FIELD_REFINEMENT_FILE_PATH: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Absolute path of the file where the refinement of the field is declared.

LOOKER_FIELD_REFINEMENT_LINE_NUMBER: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Line number in the lookerFieldRefinementFilePath where this refinement of the field is declared.

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

Unique name of the look in which this field is used.

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

Unique name of the tile in which this field is used.

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

Deprecated.

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

Unique name of the view in which this field exists.

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

TBC

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

Name of the model in which this field exists.

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

TBC

PROJECT_NAME: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Name of the project in which this field exists.

SOURCE_DEFINITION: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Deprecated.

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

TBC

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

TBC