Update dags/groupuser/test.py
This commit is contained in:
parent
a63f094695
commit
3609209488
@ -33,6 +33,11 @@ with DAG(
|
|||||||
"can_edit",
|
"can_edit",
|
||||||
"can_dag_run"
|
"can_dag_run"
|
||||||
},
|
},
|
||||||
|
"Admin": {
|
||||||
|
"can_read",
|
||||||
|
"can_edit",
|
||||||
|
"can_dag_run"
|
||||||
|
},
|
||||||
) as dag:
|
) as dag:
|
||||||
t1 = PythonOperator(task_id='task1', python_callable=task1)
|
t1 = PythonOperator(task_id='task1', python_callable=task1)
|
||||||
t2 = PythonOperator(task_id='task2', python_callable=task2)
|
t2 = PythonOperator(task_id='task2', python_callable=task2)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user