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

Example dags that users can refer to when creating their own DAGs for Airflow

License

Notifications You must be signed in to change notification settings

ministryofjustice/analytics-platform-airflow-example-dags

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

About

Example dags that users can refer to when creating their own DAGs for Airflow

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages