[ 
https://issues.apache.org/jira/browse/AIRFLOW-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15290337#comment-15290337
 ] 

Chris Riccomini commented on AIRFLOW-127:
-----------------------------------------

+1 Merged. Thanks for the contrib!

> 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
>            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)

Reply via email to