What problem does it solve?
This Skill helps you determine where a table, column, or DAG ultimately gets its data from, so you can understand data origins and dependencies.
Core Features & Use Cases
- Targeted lineage tracing: Traces lineage for a table, column, or DAG depending on what you ask about.
- Airflow-first producing DAG discovery: Identifies the producing DAG by matching names, inspecting DAG source, and reviewing DAG tasks.
- Recursive source chain building: Builds a step-by-step upstream chain from target objects back to upstream tables and external systems.
- Lineage for columns: Traces column-level transformations by searching for schema references and mapping/derivation patterns.
- Operational follow-through: Guides follow-up checks such as freshness and upstream health to assess risk.
Quick Start
Use the tracing-upstream-lineage skill to explain where the column "orders.customer_id" in the table "analytics.orders_daily" originates from across upstream DAGs and source systems.