From 142c08ec22ec3c7221dd4bc35a5976b738b50209 Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Sun, 13 Jul 2025 18:44:41 +0200 Subject: [PATCH] docs(sprints): add Apache Airflow --- src/content/sprints/apache_airflow.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/content/sprints/apache_airflow.md diff --git a/src/content/sprints/apache_airflow.md b/src/content/sprints/apache_airflow.md new file mode 100644 index 000000000..767ffd8e5 --- /dev/null +++ b/src/content/sprints/apache_airflow.md @@ -0,0 +1,23 @@ +--- +title: "Apache Airflow" +numberOfPeople: "TBA" +pythonLevel: "Intermediate" +contactPerson: + name: "Wei Lee" + email: "weilee+ep2025@python.tw" +links: + - title: "Apache Airflow" + url: "https://github.com/apache/airflow" + - title: "Airflow Breeze CI environment" + url: "https://github.com/apache/airflow/tree/main/dev/breeze/doc" +--- + +Apache Airflow is a platform that allows you to programmatically create, +schedule, and monitor workflows. In this development sprint, we will guide you +through the setup of your development environment, help you identify a suitable +issue to work on and assist you in making your first contribution to Airflow! It +is strongly recommended to follow through at +[Airflow Breeze CI environment](https://github.com/apache/airflow/tree/main/dev/breeze/doc) +since downloading Docker images can be quite time-consuming. If you encounter +any issues, please feel free to ask questions in +.