dstandish commented on code in PR #31808:
URL: https://github.com/apache/airflow/pull/31808#discussion_r1223598439


##########
airflow/sensors/time_delta.py:
##########
@@ -64,7 +64,7 @@ class TimeDeltaSensorAsync(TimeDeltaSensor):
     def execute(self, context: Context):
         target_dttm = context["data_interval_end"]
         target_dttm += self.delta
-        self.defer(trigger=DateTimeTrigger(moment=target_dttm), 
method_name="execute_complete")
+        self.defer(trigger=DateTimeTrigger(moment=target_dttm))
 
     def execute_complete(self, context, event=None):

Review Comment:
   yes we can i was thinking backcompat though? i dunno



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