Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 955 Bytes

File metadata and controls

31 lines (18 loc) · 955 Bytes

Airflow Example DAGs

Example DAGs for users to refer to when writing their own

These are example DAGs for apache-airflow

NOTE: Currently used by dev instance of Airflow (see default values for airflow-k8s helm chart)

What is a DAG

In Airflow, a DAG—or a Directed Acyclic Graph—is a collection of all the tasks you want to run, organized in a way that reflects their relationships and dependencies.

Give a DAG AWS permissions to do things on my behalf?

You can pass a kube2iam annotation to the PodOperator see the assume role operator for details.

Run a AWS Glue job

TODO

More reading

https://airflow.apache.org/concepts.html

Contribute

PRs accepted.

License

Apache 2.0 © Ministry of Justice