Blog Logo
TAGS

Durable Functions vs. Apache Airflow

Recently Ive been looking at Apache Airflow since Ive noticed it getting a lot of attention from Python developers and cloud providers for supporting workflow scenarios. For context, Im the creator of...

Read more...

Airflow 2.6: A New Milestone in Data Engineering

Apache Airflow has always been a game-changer for data engineers, enabling them to build, schedule, and monitor complex data pipelines with ease. With the release of Airflow 2.6, things have gotten ev...

Read more...

Is it the end for Apache Airflow?

This is the extended version of my presentation with more details, some dives into the code, and my struggles that werent mentioned in the talk I gave at PyCon LT 2023. Im going to cover only Apache A...

Read more...

Apache Airflow: Python ETL and Scheduling Made Easy

Apache Airflow is an open-source tool for scheduling Python jobs and pipelines. Unlike other solutions, Airflow enables you to define the entire pipeline in Python, not just the code for the steps. Yo...

Read more...