apache/airflow

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

クローズ

#66,172 opened on 2026/04/30

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (16,781 件のフォーク)batch import
area:airflow-ctlgood first issuekind:featurekind:meta

Repository metrics

Stars
 (44,809 個のスター)
PR merge metrics
 (平均マージ 7d 18h) (30d で 834 merged PRs)

説明

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.

コントリビューターガイド