2024-06-18 15:53:06 +02:00
|
|
|
---
|
2025-06-20 19:46:38 +05:30
|
|
|
title: Atlas Connector | OpenMetadata Metadata Integration
|
2024-06-18 15:53:06 +02:00
|
|
|
slug: /connectors/metadata/atlas
|
|
|
|
---
|
|
|
|
|
|
|
|
{% connectorDetailsHeader
|
|
|
|
name="Atlas"
|
|
|
|
stage="PROD"
|
|
|
|
platform="OpenMetadata"
|
2025-02-03 16:31:11 +05:30
|
|
|
availableFeatures=["Metadata"]
|
2024-06-18 15:53:06 +02:00
|
|
|
unavailableFeatures=[]
|
|
|
|
/ %}
|
|
|
|
|
2025-04-18 08:42:17 +02:00
|
|
|
{% partial file="/v1.8/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/metadata/atlas/yaml"} /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
{% note %}
|
|
|
|
Every table ingested will have a tag name `AtlasMetadata.atlas_table`. You can find all tags under
|
|
|
|
Governance > Classification.
|
|
|
|
{% /note %}
|
|
|
|
|
|
|
|
## 1. Create Database & Messaging Services
|
|
|
|
|
|
|
|
You need to create at least a Database Service before ingesting the metadata from Atlas. Make sure to note down the name, since
|
|
|
|
we will use it to create Atlas Service.
|
|
|
|
|
|
|
|
For example, to create a Hive Service you can follow these steps:
|
|
|
|
|
|
|
|
{% partial
|
2025-04-18 08:42:17 +02:00
|
|
|
file="/v1.8/connectors/metadata-ingestion-ui.md"
|
2024-06-18 15:53:06 +02:00
|
|
|
variables={
|
|
|
|
connector: "Hive",
|
2025-04-18 08:42:17 +02:00
|
|
|
selectServicePath: "/images/v1.8/connectors/hive/select-service.png",
|
|
|
|
addNewServicePath: "/images/v1.8/connectors/hive/add-new-service.png",
|
|
|
|
serviceConnectionPath: "/images/v1.8/connectors/hive/service-connection.png",
|
2024-06-18 15:53:06 +02:00
|
|
|
}
|
|
|
|
/%}
|
|
|
|
|
|
|
|
## 2. Atlas Metadata Ingestion
|
|
|
|
|
|
|
|
Then, prepare the Atlas Service and configure the Ingestion:
|
|
|
|
|
|
|
|
{% partial
|
2025-04-18 08:42:17 +02:00
|
|
|
file="/v1.8/connectors/metadata-ingestion-ui.md"
|
2024-06-18 15:53:06 +02:00
|
|
|
variables={
|
|
|
|
connector: "Atlas",
|
2025-04-18 08:42:17 +02:00
|
|
|
selectServicePath: "/images/v1.8/connectors/atlas/select-service.png",
|
|
|
|
addNewServicePath: "/images/v1.8/connectors/atlas/add-new-service.png",
|
|
|
|
serviceConnectionPath: "/images/v1.8/connectors/atlas/service-connection.png",
|
2024-06-18 15:53:06 +02:00
|
|
|
}
|
|
|
|
/%}
|
|
|
|
|
|
|
|
{% stepsContainer %}
|
|
|
|
{% extraContent parentTagName="stepsContainer" %}
|
|
|
|
|
|
|
|
#### Connection Details
|
|
|
|
|
|
|
|
- **Host and Port**: Host and port of the Atlas service.
|
|
|
|
- **Username**: username to connect to the Atlas. This user should have privileges to read all the metadata in Atlas.
|
|
|
|
- **Password**: password to connect to the Atlas.
|
|
|
|
- **databaseServiceName**: source database of the data source. This is the service we created before: e.g., `local_hive`)
|
|
|
|
- **messagingServiceName**: messaging service source of the data source.
|
|
|
|
- **Entity Type**: Name of the entity type in Atlas.
|
|
|
|
|
|
|
|
{% /extraContent %}
|
|
|
|
|
2025-04-18 08:42:17 +02:00
|
|
|
{% partial file="/v1.8/connectors/test-connection.md" /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
2025-04-18 08:42:17 +02:00
|
|
|
{% partial file="/v1.8/connectors/metadata/configure-ingestion.md" /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
2025-04-18 08:42:17 +02:00
|
|
|
{% partial file="/v1.8/connectors/ingestion-schedule-and-deploy.md" /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
|
|
|
{% /stepsContainer %}
|