What’s an Asset?
- Warehouse tables and views — from Snowflake, BigQuery, or Postgres.
- dbt models — synced from your dbt Cloud project.
- Tableau workbooks — ingested from your connected Tableau site.
- Power BI reports — ingested from your connected Power BI workspace.
Asset List View
| Column | Description |
|---|---|
| Asset name and type | Table, view, model, workbook, or report. |
| Source | Which connector it came from. |
| Schema change history | How many schema changes have been detected. |
| Downstream count | Number of downstream assets that depend on this one. |
| Last detected change | When the most recent schema change was recorded. |
Asset Detail View
Click any asset to open the detail view:- Schema — current columns, data types, and nullability.
- Change History — chronological log of all detected schema changes.
- Downstream Assets — all assets that depend on this one, resolved through lineage.
- Upstream Assets — all assets this one depends on.