Lee-W commented on code in PR #34063:
URL: https://github.com/apache/airflow/pull/34063#discussion_r1314567217
##########
airflow/utils/state.py:
##########
@@ -58,6 +58,13 @@ class TaskInstanceState(str, Enum):
SKIPPED = "skipped" # Skipped by branching or some other mechanism
DEFERRED = "deferred" # Deferrable operator waiting on a trigger
+ # Not used anymore, kept for compatibility.
Review Comment:
According to
https://github.com/apache/airflow/pull/33746#issuecomment-1698956131, should we
add a comment to remind us to remove it on the next major release?
--
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]