Update dags/soosoo/sample.py
This commit is contained in:
parent
507f9a004d
commit
43914bb70a
@ -10,14 +10,7 @@ with DAG(
|
||||
default_args={'retries': 1},
|
||||
schedule='@once',
|
||||
start_date=datetime(2025, 8, 11),
|
||||
catchup=False,
|
||||
access_control={
|
||||
"DAG_Test_Access": {
|
||||
"can_read",
|
||||
"can_edit",
|
||||
"can_dag_run"
|
||||
}
|
||||
}
|
||||
catchup=False
|
||||
) as dag:
|
||||
t1 = PythonOperator(
|
||||
task_id='print_test',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user