Relative Content

Tag Archive for google-bigqueryairflowairflow-xcom

Airflow | Store result of a BQ query to XCOM

In Airflow, I need to run a query (with some joins) on BigQuery tables. The query results in a single computed value. What is the best way to push this result to xcom? I have to use this result in the next task in pipeline.