diff --git a/dags/groupuser/test.py b/dags/groupuser/test.py index 20e2b41..3b2052e 100644 --- a/dags/groupuser/test.py +++ b/dags/groupuser/test.py @@ -33,11 +33,7 @@ with DAG( "can_edit", "can_dag_run" }, - "Admin": { - "can_read", - "can_edit", - "can_dag_run" - }, + } ) as dag: t1 = PythonOperator(task_id='task1', python_callable=task1) t2 = PythonOperator(task_id='task2', python_callable=task2)