haseebmalik18 opened a new pull request, #66188:
URL: https://github.com/apache/airflow/pull/66188
Add `airflowctl dags next-execution` command that displays the next
scheduled execution time for a DAG by fetching `next_dagrun_logical_date`,
`next_dagrun_data_interval_start`, `next_dagrun_data_interval_end`, and
`next_dagrun_run_after` from the existing `GET /api/v2/dags/{dag_id}` endpoint.
Prints a clear message when no upcoming run is scheduled.
closes: #66172
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]