Hi Aleksander, What kind of executor are you using? This is really important when choosing a strategy. For most of the Airflow deployments that I've worked with simply uses git to deploy the master branch. This is with a LocalExecutor.
Cheers, Fokko Op di 21 aug. 2018 om 15:25 schreef Dev Aleksander <d...@sumowski.pl> > Hi all, > in the place I'm currently at we're building and redeploying a new set of > containers with the latest code every time we want to update a DAG. That > doesn't feel like the fastest way. > > Anyone can share their approach? > > Thanks, > Aleksander >