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