Personal Access Tokens, or PATs for short, allow users to represent themselves in code and programmatically use DataHub's APIs in deployments where security is a concern.
Used along-side with [authentication-enabled metadata service](/docs/authentication/introducing-metadata-service-authentication.md), PATs add a layer of protection to DataHub where only authorized users are able to perform actions in an automated way.
> * [Authentication: About DataHub Personal Access Tokens](/docs/authentication/personal-access-tokens.md)
Deprecation is an aspect that indicates the deprecation status of an entity. Typically it is expressed as a Boolean value.
> * [Deprecation of a dataset](/docs/generated/metamodel/entities/dataset.md#deprecation)
### Ingestion Source
Ingestion sources refer to the data systems that we are extracting metadata from. For example, we have sources for BigQuery, Looker, Tableau and many others.
> * [Developer Guides: Data Platform](/docs/generated/metamodel/entities/dataPlatform.md)
### Dataset
Datasets represent collections of data that are typically represented as Tables or Views in a database (e.g. BigQuery, Snowflake, Redshift etc.), Streams in a stream-processing environment (Kafka, Pulsar etc.), bundles of data found as Files or Folders in data lake systems (S3, ADLS, etc.).
A single data vizualization derived from a Dataset. A single Chart can be a part of multiple Dashboards. Charts can have tags, owners, links, glossary terms, and descriptions attached to them. Examples include a Superset or Looker Chart.
A collection of Charts for visualization. Dashboards can have tags, owners, links, glossary terms, and descriptions attached to them. Examples include a Superset or Mode Dashboard.
Glossary Term Group is similar to a folder, containing Terms and even other Term Groups to allow for a nested structure.
> * [Feature Guides: Term & Term Group](/docs/glossary/business-glossary.md#terms--term-groups)
### Tag
Tags are informal, loosely controlled labels that help in search & discovery. They can be added to datasets, dataset schemas, or containers, for an easy way to label or categorize entities – without having to associate them to a broader business glossary or vocabulary.
> * [Feature Guides: About DataHub Tags](/docs/tags.md)
An entity is the primary node in the metadata graph. For example, an instance of a Dataset or a CorpUser is an Entity.
> * [How does DataHub model metadata?](/docs/modeling/metadata-model.md)
### Aspect
An aspect is a collection of attributes that describes a particular facet of an entity.
Aspects can be shared across entities, for example "Ownership" is an aspect that is re-used across all the Entities that have owners.
> * [What is a metadata aspect?](/docs/what/aspect.md)
> * [How does DataHub model metadata?](/docs/modeling/metadata-model.md)
### Relationships
A relationship represents a named edge between 2 entities. They are declared via foreign key attributes within Aspects along with a custom annotation (@Relationship).
> * [What is a relationship?](/docs/what/relationship.md)
> * [How does DataHub model metadata?](/docs/modeling/metadata-model.md)