creating-openlineage-extractors
✓Create custom OpenLineage extractors for Airflow operators. Use when the user needs lineage from unsupported or third-party operators, wants column-level lineage, or needs complex extraction logic beyond what inlets/outlets provide.
Installation
SKILL.md
This skill guides you through creating custom OpenLineage extractors to capture lineage from Airflow operators that do not have built-in support.
| Operator you own or maintain | OpenLineage Methods (recommended) | | Third-party operator you cannot modify | Custom Extractor | | Need column-level lineage | OpenLineage Methods or Custom Extractor | | Complex extraction logic | OpenLineage Methods or Custom Extractor | | Simple table-level lineage | Inlets/Outlets (simplest, lowest priority) |
Create custom OpenLineage extractors for Airflow operators. Use when the user needs lineage from unsupported or third-party operators, wants column-level lineage, or needs complex extraction logic beyond what inlets/outlets provide. Source: necatiarslan/airflow-vscode-extension.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/necatiarslan/airflow-vscode-extension --skill creating-openlineage-extractors Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/necatiarslan/airflow-vscode-extension --skill creating-openlineage-extractors- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is creating-openlineage-extractors?
Create custom OpenLineage extractors for Airflow operators. Use when the user needs lineage from unsupported or third-party operators, wants column-level lineage, or needs complex extraction logic beyond what inlets/outlets provide. Source: necatiarslan/airflow-vscode-extension.
How do I install creating-openlineage-extractors?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/necatiarslan/airflow-vscode-extension --skill creating-openlineage-extractors Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/necatiarslan/airflow-vscode-extension
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11