Update dags/soosoo/sample.py
This commit is contained in:
parent
1cfc0043b5
commit
bf5fcf318d
@ -12,7 +12,11 @@ with DAG(
|
||||
start_date=datetime(2025, 8, 11),
|
||||
catchup=False,
|
||||
access_control={
|
||||
"soosoo": {"can_read", "can_edit"},
|
||||
"DAG_Test_Access": {
|
||||
"can_read",
|
||||
"can_edit",
|
||||
"can_dag_run"
|
||||
}
|
||||
}
|
||||
) as dag:
|
||||
t1 = PythonOperator(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user