airflow.example_dags.example_xcom
¶
Example DAG demonstrating the usage of XComs.
Module Contents¶
Functions¶
|
Pushes an XCom without a specific target |
Pushes an XCom without a specific target, just by returning it |
|
|
Pull all previously pushed XComs and check if the pushed values match the pulled values. |
Attributes¶
- airflow.example_dags.example_xcom.push_by_returning()[source]¶
Pushes an XCom without a specific target, just by returning it