Astro has introduced a new feature in its CLI that allows for the deployment of only Apache Airflow Directed Acyclic Graphs (DAGs), aiming to enhance productivity for data teams by providing a faster, more reliable, and flexible deployment process. Previously, deploying code on Astro required creating a Docker image that included the entire Airflow environment, leading to inefficiencies and downtime due to the need for restarting all Airflow components. The new feature, now in public preview, enables DAGs to be bundled into a tarball and mounted directly onto Airflow workers and schedulers, reducing deployment time significantly and allowing for separate management of DAGs and environment files. Astro is also developing additional features to further improve the development experience, such as enhanced operational observability and policies for CI/CD processes. This advancement is geared towards teams that require a streamlined and efficient method for managing Airflow DAGs and associated code, addressing past challenges with Astro's deployment model.