tirkarthi commented on issue #53591: URL: https://github.com/apache/airflow/issues/53591#issuecomment-3097484001
It looks like the signature was changed in 1e79418066838bb43c2d1f481eb40d2281321a98 . cc; @jroachgolf84 ```patch - def execute_complete(self, context: Context, event: Any = None) -> None: - """Handle the event when the trigger fires and return immediately.""" - return None + def execute_complete(self, context: Context) -> None: + return ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org