Adaverse commented on issue #31605: URL: https://github.com/apache/airflow/issues/31605#issuecomment-1569134138
To add some more info - [Here](https://github.com/apache/airflow/blob/956aac2b2d719e76c9c8cf6a77e9373021900307/airflow/api_connexion/openapi/v1.yaml#L1738) we can see that it is clearly mentioned that `dags/{dag_id}/details` would contain much more info than `/dags/{dag_id}`, but on hitting the API, the opposite is seen. On little more investigation, the dag that is being returned [here](https://github.com/apache/airflow/blob/956aac2b2d719e76c9c8cf6a77e9373021900307/airflow/api_connexion/endpoints/dag_endpoint.py#L61) doesn't contain all the fields that are there in `DAGDetailSchema` + `DAGSchema`. Just wondering why it is so. Background - We are working on replacing the current `dags/{dag_id}/details` UI screen with all the info in the grid view. -- 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]
