You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the DAG Details public endpoint is at api_connexion/endpoints/dag_endpoint.py under get_dag_details. We need to migrate it to the api_fastapi/views/public/dags.py under a get_dag_details or similar.
Features and functionality of the endpoint will remain unchanged.
Description
Currently the DAG Details public endpoint is at
api_connexion/endpoints/dag_endpoint.py
underget_dag_details
. We need to migrate it to theapi_fastapi/views/public/dags.py
under aget_dag_details
or similar.Features and functionality of the endpoint will remain unchanged.
Use case/motivation
AIP-84 cWiki Link: https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-84+UI+REST+API
Related issues
Related to: #42370
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: