apache/airflow
[AIP-94] airflowctl dags: add next-execution command
Fermée
#66 172 ouverte le 30 avr. 2026
area:airflow-ctlgood first issuekind:featurekind:meta
Métriques du dépôt
- Stars
- (44 809 étoiles)
- Métriques de merge PR
- (Merge moyen 7j 18h) (834 PRs mergées en 30 j)
Description
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_dagprints the next execution time.- Returns a clear message when no upcoming run is scheduled.