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

   ## Summary
   
   Adds test assertion to verify that `upstream_map_indexes` is not returned by 
the HEAD version of the execution API, as this field is now computed by the 
Task SDK rather than being returned by the server.
   
   ## Issue
   
   Fixes #50541
   
   ## Changes
   
   - Added assertion to verify `upstream_map_indexes` is not present in the 
HEAD version response of `GET /task_instances/{ti_key}/state`
   - Refactored response check to store `response.json()` in a variable for 
reuse
   
   ## Testing
   
   - Unit test passes, verifying the expected behavior of the HEAD version 
execution API endpoint


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