maahir22 opened a new pull request, #30432: URL: https://github.com/apache/airflow/pull/30432
This PR closes #30365 Problem Statement: At the moment, there is no support to view DAG Details via the Airflow CLI. The only support for viewing DAG Details is via the REST API at the endpoint: https://airflow.apache.org/api/v1/dags/{dag_id}/details This new command in Airflow has the proposed format: `airflow dags details <dag-id>` and returns all the details that are returned from the REST API as well. The terminal output currently looks like this: [terminal](https://i.ibb.co/HKGWQ0D/Screenshot-2023-04-02-at-6-08-29-PM.png) -- 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]
