perry2of5 opened a new issue, #43361: URL: https://github.com/apache/airflow/issues/43361
### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers 10.5.1 ### Apache Airflow version 2.10.2 ### Operating System linux ### Deployment Docker-Compose ### Deployment details Getting-started docker deployment with PostgreSQL DB ### What happened The callback to receive an Azure Service Bus message does not include the context and so data from the message cannot be passed back through XComs. ### What you think should happen instead The callback to receive an Azure Service Bus message should include the context and so data from the message can be passed back through XComs. ### How to reproduce Method signature indicates only the message is passed into the callback. This would be more useful if the context was passed in so the callback could push some data into XComs such as the location of file from the message. ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
