What Lineage Covers
ref() or source() which warehouse tables, and which BI assets consume which dbt models or warehouse tables directly.
Table Lineage vs Column Lineage
Column lineage traces specific fields end-to-end. For example: if
revenue in a Tableau workbook is derived from order_amount in a warehouse table, column lineage shows that connection explicitly.
Viewing the Lineage Graph
Go to Lineage in the left navigation. Nodes are assets. Edges are dependencies.- Pan — click and drag on the canvas.
- Zoom — scroll to zoom in or out.
- Minimap — bottom-right corner for orientation in large graphs.
- Fullscreen — expand to your full browser window.
- Search — find a specific asset by name. The graph recenters and highlights direct connections.
Breaking Change View
From any Schema Radar detection, click View in Lineage to open the graph scoped to that change. In breaking change mode:- The changed asset is centered.
- Downstream risk edges are highlighted in red.
- Assets with no lineage path to the changed asset are dimmed.
Lineage Accuracy
If a connection can’t be resolved, the edge is omitted rather than shown incorrectly.
Frequently Asked Questions
Why is a Tableau workbook missing from the lineage graph?
Why is a Tableau workbook missing from the lineage graph?
The workbook may not have a resolvable data source connection. This can happen if it connects via custom SQL. Check that the Tableau connector has finished ingestion and the workbook is in a project Datawise has access to.
Does lineage update in real time?
Does lineage update in real time?
No. Lineage updates on each ingestion run. Trigger a manual sync from the Connectors page to update the graph after adding new assets.