Skip to content

Latest commit

 

History

History

2022_airflow_summit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Airflow Summit 2022 Sample DAGs

DAGs in this directory are part of the curriculum for the Cloud Composer Workshop at the 2022 Airflow summit. Be sure to register and join us there!

parallel_work

Running a number of tasks in parallel showcases autoscaling in a Cloud Composer environment.

data_analytics_dag

Runs a basic Data Analytics workflow using BigQuery, Cloud Storage, and Dataproc Serverless. More detailed documentation can be found for this DAG in the Composer documentation

data_analytics_dag_expansion

This DAG is nearly identical to data_analytics_dag only it features a more complex Dataproc job. For more info, refer to the README

retries

Showcasing how retries can be used when API calls fail.

bigquery_permissions

Demo showing error message when there are missing permissions to query a BigQuery dataset.