AI AGENT ADDONS

Annotating Task Lineage

astronomer/agents

You can track how data moves through your Airflow workflows. This skill shows you how to add data lineage to your tasks. You use inlets and outlets to mark what data each task reads and writes.

This helps you see the full path of your data across DAGs. It works well for operators that do not have automatic lineage extraction. The annotations show up in the Astro interface for easy viewing.

Add Annotating Task Lineage skill to your workflow

Global

mkdir -p ~/.claude/skills/annotating-task-lineage

Project

mkdir -p .claude/skills/annotating-task-lineage

Source Repository

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