alamashir opened a new pull request, #58070: URL: https://github.com/apache/airflow/pull/58070
Fixes #57863 ## Summary Changed `AwaitMessageSensor` and `AwaitMessageTriggerFunctionSensor` to inherit from `BaseSensorOperator` instead of `BaseOperator`, enabling them to accept standard sensor parameters like `timeout` and `soft_fail`. ## Changes - Updated both sensor classes to inherit from `BaseSensorOperator` - Added documentation for newly available parameters - Added test coverage for `timeout` and `soft_fail` parameters ## Testing All 8 tests passing (4 existing + 4 new parameter tests) This change is fully backward compatible. -- 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]
