ashb commented on PR #33746:
URL: https://github.com/apache/airflow/pull/33746#issuecomment-1698956131

   We need to add `TaskInstanceState.SHUTDOWN` back even if nothing uses it -- 
this counts as a breaking change since it has been documented and exists in the 
code.
   
   By removing this as we have done this caused import errors. One such use I 
know of is 
https://github.com/astronomer/astro-sdk/blob/75838143c1b3181b636259e5c39fa27a70d89c3c/python-sdk/src/astro/sql/operators/cleanup.py#L167
   
   (This showed up as a DAG parse error on our tests against Airflow main)


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