- [https://gtoonstra.github.io/etl-with-airflow/index.html](ETL Best Practices with Airflow)
- [https://medium.com/airbnb-engineering/airflow-a-workflow-management-platform-46318b977fd8](Airflow: a workflow management platform) - original blog article from 2015
- [https://engineering.pandora.com/apache-airflow-at-pandora-1d7a844d68ee](Apache Airflow at Pandora)
- [https://www.youtube.com/watch?v=XJf-f56JbFM](Michał Karzyński - Developing elegant workflows in Python code with Apache Airflow)
- [https://github.com/jghoman/awesome-apache-airflow#best-practices-lessons-learned-and-cool-use-cases](Best practices, lessons learned and cool use cases)
- [https://humansofdata.atlan.com/2018/06/apache-airflow-disease-outbreaks-india/](How to Create a Workflow in Apache Airflow to Track Disease Outbreaks in India)
- Airflow - a platform to programmatically author, schedule and monitor workflows. Use Airflow to author workflows as Directed Acyclic Graphs (DAGs) of tasks.
- Airflow Confluence Site
- ETL Best Practices with Apache Airflow
- AirFlow on K8S
- Running Airflow on AWS Fargate - 2021
- Amazon Managed Workflows for Apache Airflow (MWAA)
- How we used AirFlow at CrowdStrike
- We’re All Using Airflow Wrong and How to Fix It
- Testing in Airflow Part 1 — DAG Validation Tests, DAG Definition Tests and Unit Tests
- Speed up your Airflow development with Docker and tests
- Viewflow - a framework built on the top of Airflow that enables data scientists to create materialized views. It allows data scientists to focus on the logic of the view creation in their preferred tool
- AirFlow DAG Best Practices