From 1cfc0043b53681e498cea94be105889684e794a1 Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Thu, 28 Aug 2025 00:24:45 +0000 Subject: [PATCH] Update dags/groupuser/test.py --- dags/groupuser/test.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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)