Update dags/groupuser/mysql_fetch_and_push_to_git.py

This commit is contained in:
cheetahadmin 2025-08-28 05:15:14 +00:00
parent 763892fe62
commit 00eeb6f766

@ -10,12 +10,6 @@ from urllib.parse import quote
start_date=datetime(2025, 8, 12), start_date=datetime(2025, 8, 12),
catchup=False, catchup=False,
params={"branch": "main", "file_path": "output/output_dataset.json"}, params={"branch": "main", "file_path": "output/output_dataset.json"},
access_control={
"DAG_Test_2_Access": {
"can_read",
"can_edit"
},
}
) )
def mysql_to_git_flow(): def mysql_to_git_flow():