jscheffl commented on PR #54941:
URL: https://github.com/apache/airflow/pull/54941#issuecomment-3439168654

   You seem to face the same problem in this PR that I had in Edge Provider: 
The movement / change of the TaskInstanceState changes the FastAPI signature 
and this generates a breaking change on generated API. Besides this could be 
ironed-out and aligned we have not implemented a compatability shim (like 
Cadwyn in TaskSDK) in Edge and thus we can not easily adjust API as the core 
upgrade would kill all running clients.
   
   Until somebody has a good idea to make the switch of the Enum being 
interface compatible I'd suggest to exclude edge provider package from the 
cleanup PR.


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