dstandish opened a new pull request #20546:
URL: https://github.com/apache/airflow/pull/20546
Historically sensors do not support returning XCom unless you override the
`execute` method.
With this change we can optionally return an XCom value by returning one
along with `True`
in a tuple e.g. `True, {"some": "information"}`
--
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]