sunank200 commented on code in PR #40084:
URL: https://github.com/apache/airflow/pull/40084#discussion_r1689511276
##########
airflow/callbacks/callback_requests.py:
##########
@@ -71,6 +72,7 @@ class TaskCallbackRequest(CallbackRequest):
:param is_failure_callback: Flag to determine whether it is a Failure
Callback or Success Callback
:param msg: Additional Message that can be used for logging to determine
failure/zombie
:param processor_subdir: Directory used by Dag Processor when parsed the
dag.
+ :param task_callback_type: e.g. whether on success, on failure, on retry.
Review Comment:
Yes I have removed `is_failure_callback` and made it class property now.
--
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]