tecton.interactive.Entity¶
-
class
tecton.interactive.Entity¶ Entity class.
An Entity is a class that represents an Entity that is being modelled in Tecton. Entities are used to index and organize features - a
FeatureViewcontains at least one Entity.Entities contain metadata about join keys, which represent the columns that are used to join features together.
Methods
Displays a human readable summary of this Entity.
-
summary()¶ Displays a human readable summary of this Entity.
Attributes
created_atReturns the creation date of this Tecton Object.
defined_inReturns filename where this Tecton Object has been declared.
descriptionThe description of this Tecton Object, set by user.
familyDeprecated.
idReturns ID of the database entity entry.
join_keysReturns the join keys of this entity.
nameThe name of this Tecton Object.
ownerThe owner of this Tecton Object (typically the email of the primary maintainer.)
tagsTags associated with this Tecton Object (key-value pairs of arbitrary metadata set by user.)
workspaceReturns the workspace this Tecton Object was created in.
-