tracing-downstream-lineage

Originally fromastronomer/agents
Installation
SKILL.md

Downstream Lineage: Impacts

Answer the question: "What breaks if I change this?"

Impact Analysis

Step 1: Identify Direct Consumers

For tables:

  1. List DAGs using list_active_dags and list_paused_dags
  2. Search DAG source using get_dag_source_code for table references

For DAGs:

  1. Determine outputs from DAG source
  2. Trace consumer DAGs that read those outputs

Step 2: Build Dependency Tree

Example:

Related skills
Installs
28
GitHub Stars
43
First Seen
Feb 6, 2026