Manual Lineage Importer
Unfortunately, there are cases where Catalog cannot fetch the necessary metadata to automatically compute your lineage 😢
This does not mean that you can't have lineage in the app !
You just need to send a CSV file as described below 👇
The lineage will stay in Catalog, until you decide to delete it. To set it up, please contact catalog-support@coalesce.io
File expected content
| Column | ✅ Required | Description | Example |
|---|---|---|---|
parent_type | ✅ | Type of parent asset |
|
parent_key | ✅ | Key of parent asset |
|
child_type | ✅ | Type of child asset |
|
child_key | ✅ | Key of child asset |
|
CSV example
Asset types
Accepted assets types are:
TABLECOLUMNDASHBOARDDASHBOARD_FIELD
Accepted link types are:
TABLE➡️TABLETABLE➡️DASHBOARDDASHBOARD➡️DASHBOARDCOLUMN➡️COLUMNCOLUMN➡️DASHBOARD_FIELDCOLUMN➡️DASHBOARDDASHBOARD_FIELD➡️DASHBOARD_FIELDDASHBOARD_FIELD➡️DASHBOARD
Asset key formats
To uniquely identify your assets, please use the following coventions:
TABLE:warehouse_name.database_name.schema_name.table_nameCOLUMN:warehouse_name.database_name.schema_name.table_name.column_nameDASHBOARD:tool_name/folder_path/dashboard_nameDASHBOARD_FIELD:tool_name/folder_path/dashboard_name/dashboard_field_label