Airflow 2.4 introduces data-driven scheduling, a feature that enhances its ability to manage data dependencies through a new object type called Dataset. This innovation allows Airflow to automatically trigger downstream Directed Acyclic Graphs (DAGs) once the datasets they rely on are updated, simplifying the design of data engineering workflows. At Astronomer, the new feature is poised to significantly streamline operations by enabling a more reliable orchestration of data pipelines through Astro, their managed Airflow service. The data team at Astronomer is actively refactoring its DAGs, such as those for billing data and ecosystem data, to leverage this feature, reducing complexity and eliminating the need for external task sensors. By using Datasets, Astronomer can automate the triggering of tasks based on the completion of upstream processes, thus removing time-based concerns and simplifying the management of DAG dependencies. This transition is expected to greatly simplify the DAG authoring process and enhance the efficiency of their data platform, reducing the need for custom logic to handle timing issues.