·airflow-hitl
</>

airflow-hitl

astronomer/agents

当用户需要 Airflow 中的人机交互工作流程(批准/拒绝、表单输入或人工驱动的分支)时使用。涵盖 ApprovalOperator、HITLOperator、HITLBranchOperator、HITLEntryOperator。需要气流 3.1+。不涵盖 AI/LLM 调用(请参阅airflow-ai)。

146安装·10热度·@astronomer

安装

$npx skills add https://github.com/astronomer/agents --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/polling loops.

CRITICAL: Requires Airflow 3.1+. NOT available in Airflow 2.x. Deferrable: All HITL operators are deferrable—they release their worker slot while waiting for human input. UI Location: View pending actions at Browse → Required Actions in Airflow UI. Respond via the task instance page's Required Actions tab or the REST API.

当用户需要 Airflow 中的人机交互工作流程(批准/拒绝、表单输入或人工驱动的分支)时使用。涵盖 ApprovalOperator、HITLOperator、HITLBranchOperator、HITLEntryOperator。需要气流 3.1+。不涵盖 AI/LLM 调用(请参阅airflow-ai)。 来源:astronomer/agents。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/astronomer/agents --skill airflow-hitl
分类
</>开发工具
认证
收录时间
2026-02-05
更新时间
2026-02-18

快速解答

什么是 airflow-hitl?

当用户需要 Airflow 中的人机交互工作流程(批准/拒绝、表单输入或人工驱动的分支)时使用。涵盖 ApprovalOperator、HITLOperator、HITLBranchOperator、HITLEntryOperator。需要气流 3.1+。不涵盖 AI/LLM 调用(请参阅airflow-ai)。 来源:astronomer/agents。

如何安装 airflow-hitl?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/astronomer/agents --skill airflow-hitl 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/astronomer/agents