ashb commented on code in PR #22756:
URL: https://github.com/apache/airflow/pull/22756#discussion_r844905000
##########
airflow/api_connexion/endpoints/dag_endpoint.py:
##########
@@ -56,6 +56,7 @@ def get_dag(*, dag_id: str, session: Session = NEW_SESSION)
-> APIResponse:
def get_dag_details(*, dag_id: str) -> APIResponse:
"""Get details of DAG."""
dag: DAG = current_app.dag_bag.get_dag(dag_id)
+
Review Comment:
```suggestion
```
(to avoid touching this file)
--
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]