uranusjr commented on code in PR #69607:
URL: https://github.com/apache/airflow/pull/69607#discussion_r3549266939


##########
task-sdk/src/airflow/sdk/bases/resumablejobmixin.py:
##########
@@ -218,6 +220,7 @@ def submit_job(self, context: Context) -> JsonValue:
         """
         raise NotImplementedError

Review Comment:
   These `raise NotImplementedError` are now never reached (`@abstractmethod` 
blocks method access from the metadata level) and can all be removed. Leveing 
them here would not break anything either.



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