apache/airflow

[AIP-94] airflowctl dags: add next-execution command

已关闭

#66,172 创建于 2026年4月30日

 (1 条评论) (0 个反应) (0 位负责人)Python (16,781 个派生)batch import
area:airflow-ctlgood first issuekind:featurekind:meta

仓库指标

星标
 (44,809 个星标)
PR 合并指标
 (平均合并 7天 18小时) (30 天内合并 834 个 PR)

描述

Summary

Add airflowctl dags next-execution --dag-id <dag_id> to airflowctl.

Implementation

  • anything work with single endpoint under operation.py
  • anything needs multiple endpoint or transformation goesn ctl/commands
  • including unit and integration test under airflow-ctl-tests/

Acceptance criteria

  • airflowctl dags next-execution --dag-id my_dag prints the next execution time.
  • Returns a clear message when no upcoming run is scheduled.

贡献者指南