Update dags/soosoo/sample.py
This commit is contained in:
parent
7771ea63f1
commit
729d2c117c
@ -11,6 +11,9 @@ with DAG(
|
||||
schedule='@once',
|
||||
start_date=datetime(2025, 8, 11),
|
||||
catchup=False,
|
||||
access_control={
|
||||
"soosoo": {"can_read", "can_edit"},
|
||||
}
|
||||
) as dag:
|
||||
t1 = PythonOperator(
|
||||
task_id='print_test',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user