Build specific stacks only

Hello,

I would like to know if there is any way to build specific stacks. For example, if there are dags from multiple repos in 1 deployment and if there is any change to a dag/the etl it invokes, there should be a way where a build is required only for that specific stack of files which has an update and the rest need to be built.

Thanks,
Shreyas

The Astronomer infrastructure has to restart the individual pods that are in charge of the components of Airflow with the updated image. This means that whenever something changes a new image needs to rebuilt and deployed for the pods to run the most update to date versions of DAGs and the environment.

At this time, it is not possible to only update the files that has changed.