AI AGENT ADDONS

Creating Openlineage Extractors

astronomer/agents

Airflow operators can track data lineage with OpenLineage. This skill shows you how to build custom extractors for operators that lack built-in support. You will learn when to use OpenLineage methods or custom extractors to capture column-level lineage and complex data flows.

Custom extractors are useful for third-party operators you cannot change. They also work when you need more detail than basic inlets and outlets provide. The recommended approach is to add OpenLineage methods directly to your own operators. This is simpler and easier to maintain.

If you use Astro, OpenLineage integration is built in. Custom extractors are automatically picked up. You just need to register them in your configuration. This skill helps you gain full visibility into your data pipelines.

Add Creating Openlineage Extractors skill to your workflow

Global

mkdir -p ~/.claude/skills/creating-openlineage-extractors

Project

mkdir -p .claude/skills/creating-openlineage-extractors

Source Repository

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