nrnavaneet opened a new pull request, #52713:
URL: https://github.com/apache/airflow/pull/52713

   This PR adds the missing `description` field to the `ConnectionResponse` 
model used in the execution API. 
   
   ### Changes Made:
   - Added `description` to the Pydantic `ConnectionResponse` model in 
`execution_api/datamodels/connection.py`.
   - Updated the route logic in `execution_api/routes/connections.py` to 
include the `description` in the API response.
   
   ### Why:
   This change ensures that the API response fully represents the Airflow 
Connection object, aligning with the UI and CLI experience. It resolves issue 
#52692.
   
   Let me know if further changes or tests are needed!


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