perry2of5 opened a new pull request, #43370: URL: https://github.com/apache/airflow/pull/43370
The original callback only took the message as a parameter. However, users may want to push status or location information into XComs and so callbacks need access to the context (or the XComs, but context is more general). This commit changes the code to pass the context. NOTE: This is a **BREAKING CHANGE**. Closes #43361 -- 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]
