Skip to main content
Version: Next

DataHubAccessToken

Technical Reference Guide

The sections above provide an overview of how to use this entity. The following sections provide detailed technical information about how metadata is stored and represented in DataHub.

Aspects are the individual pieces of metadata that can be attached to an entity. Each aspect contains specific information (like ownership, tags, or properties) and is stored as a separate record, allowing for flexible and incremental metadata updates.

Relationships show how this entity connects to other entities in the metadata graph. These connections are derived from the fields within each aspect and form the foundation of DataHub's knowledge graph.

Reading the Field Tables

Each aspect's field table includes an Annotations column that provides additional metadata about how fields are used:

  • ⚠️ Deprecated: This field is deprecated and may be removed in a future version. Check the description for the recommended alternative
  • Searchable: This field is indexed and can be searched in DataHub's search interface
  • Searchable (fieldname): When the field name in parentheses is shown, it indicates the field is indexed under a different name in the search index. For example, dashboardTool is indexed as tool
  • → RelationshipName: This field creates a relationship to another entity. The arrow indicates this field contains a reference (URN) to another entity, and the name indicates the type of relationship (e.g., → Contains, → OwnedBy)

Fields with complex types (like Edge, AuditStamp) link to their definitions in the Common Types section below.

Aspects

dataHubAccessTokenInfo

Information about a DataHub Access Token

FieldTypeRequiredDescriptionAnnotations
namestringUser defined name for the access token if defined.Searchable
actorUrnstringUrn of the actor to which this access token belongs to.Searchable
ownerUrnstringUrn of the actor which created this access token.Searchable
createdAtlongWhen the token was created.Searchable
expiresAtlongWhen the token expires.Searchable
descriptionstringDescription of the token if defined.

Relationships

Global Metadata Model

Global Graph