DataHub
DataHub is LinkedIn's generalized metadata search and discovery platform, providing a unified data catalog, lineage graph, governance tooling, and event-driven Actions Framework. It exposes GraphQL, OpenAPI, and Rest.li APIs along with Python and Java SDKs and a CLI for metadata ingestion.
APIs
DataHub GraphQL API
Primary API for querying and mutating metadata in DataHub. The GraphQL API serves as the main public API for the platform and can be used to fetch and update metadata programmat...
DataHub OpenAPI
RESTful API endpoints documented using the OpenAPI standard for interacting with DataHub metadata. Provides endpoints for entities, relationships, timeline, and platform events....
DataHub REST API
The Rest.li API represents the underlying persistence layer and exposes the raw PDL models used in storage. It powers the GraphQL API under the hood and is used for system-speci...
DataHub Python SDK
Python client for interacting with DataHub. The acryl-datahub package provides a CLI and SDK for DataHub, including REST and Kafka emitter APIs for pushing metadata programmatic...
DataHub Java SDK
Java client for interacting with DataHub. The io.acryl datahub-client package offers REST emitter APIs that can be used to emit metadata from JVM-based systems. It supports all ...
DataHub CLI
Command line tool for interacting with DataHub. The datahub CLI allows you to perform common operations including metadata ingestion, entity management, and system administratio...
DataHub Actions Framework
Event-driven framework for responding to real-time changes in the DataHub metadata graph. The Actions Framework allows you to configure event sources, transformations, and actio...
Collections
DataHub OpenAPI
POSTMANDataHub OpenAPI
OPENArazzo Workflows
DataHub Add Glossary Terms to a Dataset
Confirm a dataset, attach glossary terms via its glossaryTerms aspect, then review the change in the entity timeline.
ARAZZODataHub Assign Dataset Ownership
Write an ownership aspect onto a dataset, then read it back to verify the owners were recorded.
ARAZZODataHub Decommission a Dataset
Confirm a dataset, check it has no downstream dependents, then soft delete it from the metadata graph.
ARAZZODataHub Emit Platform Event and Audit
Emit a metadata change proposal through the platform ingestion path, then read the entity back and review its timeline.
ARAZZODataHub Tag a Dataset
Confirm a dataset exists, then write its globalTags aspect to apply governance tags.
ARAZZODataHub Trace Dataset Lineage
Confirm a dataset, query its downstream relationships, then batch fetch the related datasets' aspects.
ARAZZODataHub Upsert Dataset and Verify
Write a dataset's properties aspect into the metadata graph, then read the entity back to confirm the write landed.
ARAZZOGraphQL
DataHub GraphQL API
Primary API for querying and mutating metadata in DataHub. The GraphQL API serves as the main public API for the platform and can be used to fetch and update metadata programmat...
GRAPHQLPricing Plans
Rate Limits
FinOps
Datahub Finops
FINOPSEvent Specifications
DataHub Actions Framework Events
Event-driven interface for responding to real-time changes in the DataHub metadata graph. The Actions Framework consumes Metadata Change Log events and Platform Events from Kafk...
ASYNCAPI