Airflow XComs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://airflow.apache.org/docs/apache-airflow/stable/concepts/taskflow.html =Internal= * XComs =Overview= "Cross-communications".") |
|||
Line 4: | Line 4: | ||
* [[Airflow_Concepts#XComs|XComs]] | * [[Airflow_Concepts#XComs|XComs]] | ||
=Overview= | =Overview= | ||
" | Tasks communicate using inputs and outputs, and XComs ("cross-communications") intermediates that. |
Revision as of 19:53, 11 July 2022
External
Internal
Overview
Tasks communicate using inputs and outputs, and XComs ("cross-communications") intermediates that.