apache/airflow

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

Geschlossen

#66.172 geöffnet am 30.04.2026

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (16.781 Forks)batch import
area:airflow-ctlgood first issuekind:featurekind:meta

Repository-Metriken

Stars
 (44.809 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 7T 18h) (834 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide