AI AGENT ADDONS

Tracing Upstream Lineage

astronomer/agents

Tracing where data comes from is like following a map back to the start. This skill helps you find the original source of any table or column. You can see which systems, databases, or files feed into your data.

You will learn to search for the Airflow DAG that builds a table. Then you look at the DAG code to find where it reads data. The skill shows you how to build a chain from the final table all the way back to the first source.

Using this skill helps you understand your data better. You can check if sources are fresh and healthy. Knowing the origin makes your data more trustworthy and easier to debug.

Add Tracing Upstream Lineage skill to your workflow

Global

mkdir -p ~/.claude/skills/tracing-upstream-lineage

Project

mkdir -p .claude/skills/tracing-upstream-lineage

Source Repository

Stars
393
Forks
55
Watchers
393
License
Apache-2.0
Last Push
26 days ago
Created
6 months ago