Actually Embracing TaskFlow After a Year of Doing It the “Old Way” 1. Introduction: This Isn’t New… But It Feels New If you’ve been using Airflow for a while-like I have-you probably didn’t start with the TaskFlow API. You likely started with the classic Airflow 2.x style: PythonOperator **kwargs ti.xcom_push() and ti.xcom_pull() Explicit task chaining with >> I spent over a year building

Refactoring Airflow Pipelines: From PythonOperator to TaskFlow
Anthony Gicheru·Dev.to··1 min read
D
Continue reading on Dev.to
This article was sourced from Dev.to's RSS feed. Visit the original for the complete story.