You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2016/05/19 02:50:12 UTC

[jira] [Closed] (AIRFLOW-127) Makes filter_by_owner aware of multi-owner DAG

     [ https://issues.apache.org/jira/browse/AIRFLOW-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Riccomini closed AIRFLOW-127.
-----------------------------------
    Resolution: Fixed

> Makes filter_by_owner aware of multi-owner DAG
> ----------------------------------------------
>
>                 Key: AIRFLOW-127
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-127
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: security, webserver
>            Reporter: dud
>            Assignee: dud
>            Priority: Minor
>
> Hello
> When enabling the _webserver.filter_by_owner_ setting, Airflow issues a request like this one :
> {code}
> SELECT * FROM dag WHERE NOT dag.is_subdag AND dag.is_active AND dag.owners = username
> {code}
> Unfortunately that doesn't account for DAG authored by multiple users.
> Please see my PR : https://github.com/apache/incubator-airflow/pull/1508
> dud



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)