Skip to main content
Back to registry

creating-openlineage-extractors

astronomer/agents

This skill guides you through creating custom OpenLineage extractors to capture lineage from Airflow operators that don't have built-in support.

Installs339
Install command
npx skills add https://github.com/astronomer/agents --skill creating-openlineage-extractors
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill guides you through creating custom OpenLineage extractors to capture lineage from Airflow operators that don't have built-in support. Reference: See the OpenLineage provider developer guide for the latest patterns and list of supported operators/hooks. Important: Always prefer OpenLineage methods over custom extractors when possible. Extractors are harder to write, easier to diverge from operator behavior after changes, and harder to debug. Astro includes built-in OpenLineage integration — no additional transport configuration is needed. Lineage events are automatically collected and displayed in the Astro UI's Lineage tab . Custom extractors deployed to an Astro project are automatically picked up, so you only need to register them in airflow.cfg or via environment variable and deploy. Use when you can add methods directly to your custom operator.

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 creating-openlineage-extractors do?

This skill guides you through creating custom OpenLineage extractors to capture lineage from Airflow operators that don't have built-in support.

Is creating-openlineage-extractors good?

creating-openlineage-extractors does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does creating-openlineage-extractors work with?

creating-openlineage-extractors currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to creating-openlineage-extractors?

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

How do I install creating-openlineage-extractors?

npx skills add https://github.com/astronomer/agents --skill creating-openlineage-extractors

Related skills

More from astronomer/agents

Related skills

Alternatives in Software Engineering