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:

Installs
42
GitHub Stars
44
First Seen
Feb 6, 2026
tracing-downstream-lineage — necatiarslan/airflow-vscode-extension