Hi Song, I would recommend using airflow in docker with individual databases for individual contributors. Does this make sense for your needs? There are other similar concepts that could also be used.
I don't think there is another way to split DAGs by user permission. However, this feature doesn't seem particularly challenging to implement since it uses Flask. But who knows! Trent On Thu, Feb 1, 2018 at 19:24 Song Liu <[email protected]> wrote: > Hi, > > In production, multi-user support is needed, which means that every user > could login the airflow platform, and could manage their own dags > separately. > > But currently it seem that all the dags are managed into a single dags > folder, so for multi-user support what I need to do ? > > Many thanks for helping out. > > Thanks, > Song > -- (Sent from cellphone)
