XCom
This lesson explains how cross-communication between tasks takes place using XCom.
We'll cover the following...
We'll cover the following...
This lesson explains how cross-communication between tasks takes place using XCom. XCom is short for “cross-communication,” a feature that allows tasks to communicate between themselves. Cross-communication utilizes Python’s pickling functionality. Python’s pickle module is used to ...