diff --git a/dags/groupuser/mysql_fetch_and_push_to_git.py b/dags/groupuser/mysql_fetch_and_push_to_git.py index c4f6028..698f16a 100644 --- a/dags/groupuser/mysql_fetch_and_push_to_git.py +++ b/dags/groupuser/mysql_fetch_and_push_to_git.py @@ -10,12 +10,6 @@ from urllib.parse import quote start_date=datetime(2025, 8, 12), catchup=False, params={"branch": "main", "file_path": "output/output_dataset.json"}, - access_control={ - "DAG_Test_2_Access": { - "can_read", - "can_edit" - }, - } ) def mysql_to_git_flow():