Update dags/groupuser/mysql_fetch_and_push_to_git.py
This commit is contained in:
parent
763892fe62
commit
00eeb6f766
@ -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():
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user