diff --git a/dags/groupuser/mysql_fetch_and_push_to_git.py b/dags/groupuser/mysql_fetch_and_push_to_git.py index c116ec1..c4f6028 100644 --- a/dags/groupuser/mysql_fetch_and_push_to_git.py +++ b/dags/groupuser/mysql_fetch_and_push_to_git.py @@ -13,8 +13,7 @@ from urllib.parse import quote access_control={ "DAG_Test_2_Access": { "can_read", - "can_edit", - "can_dag_run" + "can_edit" }, } )