Hi Daniel, I can speak on behalf of Reddit Ads - we use this feature extensively in our pre-production environment.
In short, we create per-branch zip archives which contain all custom operators and shared code as well as any DAGs modified in that branch. This allows multiple developers to concurrently test different changes to the same DAGs or operators in a shared remote airflow deployment - since all imports are localized to the zip archive there's no interference between different branches. I can provide more details if needed, but I just wanted to say that this feature has been very useful for us. If there's a better way of providing isolated development namespaces in a shared environment, I would love to hear about it. Sam On Mon, Feb 3, 2025 at 11:45 AM Daniel Standish <daniel.stand...@astronomer.io.invalid> wrote: > Recall, we can put dags inside of zip files and airflow will unzip and find > the dags. > > Do people actually use these? Is there still a reason to support this > feature? >