apache/airflow

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

Closed

#66,172 opened on 2026年4月30日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Python (44,809 stars) (16,781 forks)batch import
area:airflow-ctlgood first issuekind:featurekind:meta

説明

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.

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

[AIP-94] airflowctl dags: add next-execution command · apache/airflow#66172 | Good First Issue