Re: 1.8.1 release

2017-03-30 Thread siddharth anand
Chris, I've submitted PRs for : - PR [AIRFLOW-1013] : https://github.com/apache/incubator-airflow/pull/2203 - PR [AIRFLOW-1054]: https://github.com/apache/incubator-airflow/pull/2201 And filed a blocker for a new issue. Essentially, @once DAGs cannot be created if catchup=False : http

Upload DAG / owner / multi-tenancy

2017-03-30 Thread Thomas Weise
Hi, Dropping files into dags_folder is a convenient way to deploy new DAGs, but this way they are owned by the respective OS user. I'm looking for a multi-tenant setup with multiple "owners", where each can add new DAGs and see only their DAGs in the UI. Is this supported? Thanks, Thomas

Re: Upload DAG / owner / multi-tenancy

2017-03-30 Thread Bolke de Bruin
No not yet. It is planned for maybe 1.9 or 1.10. You can do this with git or any other artifact manager though. B. Sent from my iPhone > On 30 Mar 2017, at 16:36, Thomas Weise wrote: > > Hi, > > Dropping files into dags_folder is a convenient way to deploy new DAGs, but > this way they are

Re: Upload DAG / owner / multi-tenancy

2017-03-30 Thread Thomas Weise
Thanks for the reply. I got till the point where I separate owners by subfolder and the DAGs are also picked up from there. The problem is that owner and DAG name are embedded in the script. The user can set owner to anything and the DAG names have to be globally unique to avoid collision between u