Apache Airflow, originally developed as an internal tool at Airbnb in 2014, has evolved significantly from orchestrating ETL pipelines to supporting complex workflows like machine learning and infrastructure management. Despite its advancements, outdated narratives about Airflow persist, often rooted in experiences with earlier versions like Airflow 1.x. The introduction of features such as the TaskFlow API in Airflow 2.0 and dynamic task mapping in Airflow 2.3 have made DAG authoring more intuitive and Pythonic, addressing criticisms about its complexity. Airflow 3.0 further enhances this by introducing assets and event-driven scheduling, allowing for more dynamic and efficient pipeline creation. While local development and testing once posed challenges, tools like Astro CLI have simplified these processes, although some difficulties remain. Contrary to claims that Airflow does not support dynamic pipelines, recent updates have significantly improved its dynamic capabilities, allowing for more flexible and responsive workflows. Overall, Airflow today offers a vastly improved developer experience compared to its early iterations, with modern features that address many of the past critiques.