Ajay-Satish-01 commented on issue #44534:
URL: https://github.com/apache/airflow/issues/44534#issuecomment-2518494562

   @bugraoz93  I would like to know if my thought process is right.
   
   1. `airflow/api_fastapi/core_api/routes/public/version.py` This path already 
has the function of returning the version number of airflow.
   2. The swagger UI for the route public/version returns  `{ "version": 
"3.0.0.dev0",  "git_version": null }`
   
   So, should I remove the git_version and return version?
   
   On the AIP-81 site, it is mentioned that
   Missing: Get Airflow version
   Additional Note: This API will only return the Airflow version in the 
running environment. The CLI version will be locally displayed.


-- 
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]

Reply via email to