Manual Lineage Importer
Catalog computes lineage from warehouse and BI metadata. When Catalog cannot infer a relationship, you can supply manual lineage in a CSV file. Contact support@coalesce.io to set up ingestion. Manual lineage remains in Catalog until you delete it.
If you build the file in Excel or Google Sheets, save as CSV (Comma delimited), not CSV UTF-8.
File Expected Content
| Column | ✅ Required | Description | Example |
|---|---|---|---|
parent_type | ✅ | Type of parent asset | TABLE |
parent_key | ✅ | Key of parent asset | my_warehouse_name.database_name.schema_name.table_name |
child_type | ✅ | Type of child asset | TABLE |
child_key | ✅ | Key of child asset | my_warehouse_name.database_name.schema_name.table_name |
CSV example
Asset Types
Accepted asset types are:
TABLECOLUMNDASHBOARDDASHBOARD_FIELD
Accepted link types are:
TABLE>TABLETABLE>DASHBOARDDASHBOARD>DASHBOARDCOLUMN>COLUMNCOLUMN>DASHBOARD_FIELDCOLUMN>DASHBOARDDASHBOARD_FIELD>DASHBOARD_FIELDDASHBOARD_FIELD>DASHBOARD
Asset Key Formats
Use the following conventions to identify assets:
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