Skip to main content
Back to registry

tracing-upstream-lineage

astronomer/agents

Trace the origins of data - answer "Where does this data come from?"

Installs413
Install command
npx skills add https://github.com/astronomer/agents --skill tracing-upstream-lineage
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Trace the origins of data - answer "Where does this data come from?" Determine what we're tracing: Tables are typically populated by Airflow DAGs. Find the connection: Search DAGs by name : Use af dags list and look for DAG names matching the table name Explore DAG source code : Use af dags source to read the DAG definition Check DAG tasks : Use af tasks list to see what operations the DAG performs If you're running on Astro, the Lineage tab in the Astro UI provides visual lineage exploration across DAGs and datasets. Use it to quickly trace upstream dependencies without manually searching DAG source code. Use DAG source code and task logs to trace lineage (no built-in cross-DAG UI). From the DAG code, identify source tables and systems: SQL Sources (look for FROM clauses): External Sources (look for connection references): File Sources : Recursively trace each source: For each upstream source: When tracing a specific column: One-line answer: "This table is populated by DAG X from sources Y and Z" Describe how data flows and transforms: - Table : Trace what populates this table - Column : Trace where this specific column comes from - DAG : Trace what data sources this DAG reads from - Search DAGs by name : Use af dags list and look for DAG names matching the table name - load_customers -> customers table - etl_daily_orders -> orders table - Explore DAG source code : Use af...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tracing-upstream-lineage do?

Trace the origins of data - answer "Where does this data come from?"

Is tracing-upstream-lineage good?

tracing-upstream-lineage does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does tracing-upstream-lineage work with?

tracing-upstream-lineage currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to tracing-upstream-lineage?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tracing-upstream-lineage?

npx skills add https://github.com/astronomer/agents --skill tracing-upstream-lineage

Related skills

More from astronomer/agents

Related skills

Alternatives in Software Engineering