github-actions[bot] opened a new pull request, #71873:
URL: https://github.com/apache/airflow/pull/71873

   The whole execution API returns errors as ``{"reason": ..., "message":
   ..., ...extras}`` — that shape is the de-facto contract now (parsed by
   the task SDK client at ``sdk/api/client.py``) and is applied uniformly
   across every route in the module. This TODO predates that convention
   and calling it out only on one 409 site is misleading: any single-
   endpoint migration to RFC 9457 would break the SDK parser and leave
   every other endpoint on the existing shape.
   
   Removing the comment so it stops attracting drive-by "fix RFC 9457"
   PRs; a real migration would need to be a cross-cutting change of the
   whole execution API plus the SDK parsers.
   (cherry picked from commit b2cae5d9950ae2962b4757df49e741ba96da1e14)
   
   Co-authored-by: Pierre Jeambrun <[email protected]>
   related: #69360


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