How to use Airflow templates and macros
Templates and Macros in Apache Airflow allow passing data to your DAGs at runtime. Imagine that you want to execute…
Templates and Macros in Apache Airflow allow passing data to your DAGs at runtime. Imagine that you want to execute…
Do you wonder how to use the DockerOperator in Airflow to kick off a docker image? Or how to run…
Are you looking for a way to choose one task or another? Do you want to execute a task based…
Airflow Variables are easy to use but easy to misuse as well. In this tutorial, you will learn everything you…
Airflow Sensors are one of the most common tasks in data pipelines. Why? Because a Sensor waits for a condition…