jroachgolf84 opened a new pull request, #53669: URL: https://github.com/apache/airflow/pull/53669
https://github.com/apache/airflow/commit/1e79418066838bb43c2d1f481eb40d2281321a98 removed the `event` parameter from the `execute_complete` method in the `TimeSensor` Sensor. This resulted in the exception shown below when the `TimeSensor` returned. To test/validate the changes made, the code provided in the issue was tested and executed successfully. The unit tests for this provider were also successfully executed. ``` TypeError: TimeSensor.execute_complete() got an unexpected keyword argument 'event' File "/usr/local/lib/python3.12/site-packages/airflow/sdk/execution_time/task_runner.py", line 877 in run File "/usr/local/lib/python3.12/site-packages/airflow/sdk/execution_time/task_runner.py", line 1164 in _execute_task File "/usr/local/lib/python3.12/site-packages/airflow/sdk/bases/sensor.py", line 255 in resume_execution File "/usr/local/lib/python3.12/site-packages/airflow/sdk/bases/operator.py", line 1609 in resume_execution ``` closed: #53591 -- 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]
