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.

貢獻者指南