📊 Data Lineage
Trace table dependencies across workflows
| Table | Database | Upstream | Downstream | Workflows | Actions |
|---|---|---|---|---|---|
processed_data |
example_db | 1 | 0 | 0 | View Graph |
raw_data |
example_db | 1 | 1 | 1 | View Graph |
source_events |
example_db | 0 | 1 | 1 | View Graph |
analysis_results |
golden | 0 | 0 | 0 | No graph |
segment_summary_${region} |
golden | 1 | 0 | 0 | View Graph |
user_activity_daily |
golden | 2 | 2 | 2 | View Graph |
clickstream |
source_system | 0 | 1 | 1 | View Graph |
raw_events |
source_system | 0 | 1 | 1 | View Graph |
users |
source_system | 0 | 1 | 1 | View Graph |
clickstream_events |
src_raw | 1 | 1 | 1 | View Graph |
events |
src_raw | 1 | 3 | 2 | View Graph |
users |
src_raw | 1 | 1 | 1 | View Graph |
analysis_prep |
staging | 1 | 1 | 1 | View Graph |
backfill_partition_${i} |
staging | 1 | 0 | 0 | View Graph |
clickstream_aggregated |
staging | 1 | 0 | 0 | View Graph |
events_cleaned |
staging | 1 | 1 | 1 | View Graph |
quality_checks |
staging | 1 | 0 | 0 | View Graph |
region_counts |
staging | 1 | 0 | 0 | View Graph |
users_enriched |
staging | 1 | 1 | 1 | View Graph |