Tao Feng created AIRFLOW-2694:
---------------------------------
Summary: Allow parsing access control in DAG file
Key: AIRFLOW-2694
URL: https://issues.apache.org/jira/browse/AIRFLOW-2694
Project: Apache Airflow
Issue Type: Bug
Reporter: Tao Feng
Assignee: Tao Feng
After AIRFLOW-2267 is checkedin, modify DAG parsing logic to allow user passing
permission logic through DAG file like the following example:
dag = DAG('mydag', access_control=\{`role`: [ 'custom_role1'], `perm`:
`can_dag_read` }, ...)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)