Description
Currently the Get Airflow Version Info public endpoint is at api_connexion/endpoints/version_endpoint.py under get_version. We need to migrate it to the api_fastapi/views/public/versions.py under a get_airflow_version_info 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
Description
Currently the Get Airflow Version Info public endpoint is at
api_connexion/endpoints/version_endpoint.pyunderget_version. We need to migrate it to theapi_fastapi/views/public/versions.pyunder aget_airflow_version_infoor 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