Azure Service Bus message receiver does not pass context to callback method #43361
Closed
2 tasks done
Labels
area:providers
kind:bug
This is a clearly a bug
kind:feature
Feature Requests
needs-triage
label for new issues that we didn't triage yet
provider:microsoft-azure
Azure-related issues
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: