Airflow Xcom [exclusive] Today

from airflow.models.xcom import BaseXCom import json import boto3

One of the most powerful features of XCom is injecting data into SQL queries using Jinja templating. You do need to use Python code to pull XComs into SQL operators. airflow xcom

A downstream task retrieves the data.

task_1 >> task_2