ashb commented on code in PR #48002:
URL: https://github.com/apache/airflow/pull/48002#discussion_r2010049843


##########
airflow-core/src/airflow/models/baseoperator.py:
##########
@@ -339,19 +338,10 @@ def say_hello_world(**context):
     start_trigger_args: StartTriggerArgs | None = None
     start_from_trigger: bool = False
 
-    on_failure_callback: None | TaskStateChangeCallback | 
list[TaskStateChangeCallback] = None
-    on_success_callback: None | TaskStateChangeCallback | 
list[TaskStateChangeCallback] = None
-    on_retry_callback: None | TaskStateChangeCallback | 
list[TaskStateChangeCallback] = None
-    on_skipped_callback: None | TaskStateChangeCallback | 
list[TaskStateChangeCallback] = None

Review Comment:
   It's nice to see these being finally ported, thanks!



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