·airflow-hitl

Use when the user needs human-in-the-loop workflows in Airflow (approval/reject, form input, or human-driven branching). Covers ApprovalOperator, HITLOperator, HITLBranchOperator, HITLEntryOperator. Requires Airflow 3.1+.

6Installs·0Trend·@necatiarslan

Installation

$npx skills add https://github.com/necatiarslan/airflow-vscode-extension --skill airflow-hitl

SKILL.md

Implement human approval gates, form inputs, and human-driven branching in Airflow DAGs using the HITL operators. These deferrable operators pause workflow execution until a human responds via the Airflow UI or REST API.

Execute steps in order. Prefer deferrable HITL operators over custom sensors or polling loops.

All HITL operators are deferrable and release their worker slot while waiting for input.

Use when the user needs human-in-the-loop workflows in Airflow (approval/reject, form input, or human-driven branching). Covers ApprovalOperator, HITLOperator, HITLBranchOperator, HITLEntryOperator. Requires Airflow 3.1+. Source: necatiarslan/airflow-vscode-extension.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/necatiarslan/airflow-vscode-extension --skill airflow-hitl
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is airflow-hitl?

Use when the user needs human-in-the-loop workflows in Airflow (approval/reject, form input, or human-driven branching). Covers ApprovalOperator, HITLOperator, HITLBranchOperator, HITLEntryOperator. Requires Airflow 3.1+. Source: necatiarslan/airflow-vscode-extension.

How do I install airflow-hitl?

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 airflow-hitl 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