apache airflow

dynamic dags airflow

Dynamic DAGs in Apache Airflow: The Ultimate Guide

Airflow dynamic DAGs can save you a ton of time. As you know, Apache Airflow is written in Python, and DAGs are created via Python scripts. That makes it very flexible and powerful (even complex sometimes). By leveraging Python, you can create DAGs dynamically based on variables, connections, a typical pattern, etc. This very nice …

Dynamic DAGs in Apache Airflow: The Ultimate Guide Read More »

airflow_timetables

Airflow Timetable: Schedule your DAGs like never before

Airflow Timetable. This new concept introduced in Airflow 2.2 is going to change your way of scheduling your data pipelines. Or I would say, you’re finally going to have all the freedom and flexibility you ever dreamt of for scheduling your DAGs. What if you want to run your DAG for specific schedule intervals with …

Airflow Timetable: Schedule your DAGs like never before Read More »