Month April 2022

XCom Sending Data Between Airflow Tasks

Introduction In this article we will walk through the most commonly used method to sharing data between airflow tasks with example. In airflow XCom use to communicate small message between tasks and a good way to passing large data between…

Read More