
Alation
PRODHow to Run the Connector Externally
To run the Ingestion via the UI you’ll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. If, instead, you want to manage your workflows externally on your preferred orchestrator, you can check the following docs to run the Ingestion Framework anywhere.Requirements
Follow the official documentation to generate a API Access Token from hereData Mapping and Assumptions
Following entities are supported and will be mapped to the OpenMetadata entities as shown below.| Alation Entity | OpenMetadata Entity |
|---|---|
| Data Source (OCF and Native) | Database Service |
| Data Source (OCF and Native) | Database |
| Schema | Schema |
| Table | Table |
| Columns | Columns |
| Custom Fields | Custom Properties |
| Tags | Tags |
| BI Servers | Dashboard Services |
| Dashboard DataSource | Dashboard DataModel |
| Folder | Dashboard |
| Report | Chart |
| Users/Groups | Users/Teams |
| Domains/Subdomains | Domains/Subdomains |
| Knowledge Articles | Knowledge Center Articles |
- Since Alation does not have a concept of Service entity, the Data Sources (OCF and Native) will be mapped to Database Service and Database in OpenMetadata. Hence for each Data Source in Alation there will one Database Service and Database present in OpenMetadata.
- Custom fields will have a 1:1 mapping for all the entities except for Columns since OpenMetadata does not support custom properties for columns.
- Alation has two fields for descriptions i.e.
descriptionsandcomments. These fields will be combined under one fielddescriptionin OpenMetadata for all the entities.