ashb commented on code in PR #73249:
URL: https://github.com/apache/airflow/pull/73249#discussion_r4027847413
##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -1366,18 +1366,9 @@ class ActivitySubprocess(WatchedSubprocess):
"""The HTTP client to use for communication with the API server."""
_terminal_state: str | None = attrs.field(default=None, init=False)
- _final_state: str | None = attrs.field(default=None, init=False)
Review Comment:
This was never written to, it landed in 2024, then about a week later got
replaced by a property accessor, but we forgot to remove the field at the same
time.
--
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]