AI AGENT ADDONS

Airflow Hitl

astronomer/agents

You can pause an Airflow workflow and wait for a person to take action. This is called human-in-the-loop. The workflow stops until someone approves, rejects, or fills in a form through the Airflow UI or API. This skill uses special operators like ApprovalOperator and HITLOperator.

These operators release their worker slot while waiting. That saves resources. You can also set a timeout with a default choice. This is useful for review gates, data validation, or any step that needs a human decision.

Airflow version 3.1 or higher is required. The operators are found under Browse → Required Actions in the UI. You can respond directly from the task instance page.

Add Airflow Hitl skill to your workflow

Global

mkdir -p ~/.claude/skills/airflow-hitl

Project

mkdir -p .claude/skills/airflow-hitl

Source Repository

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