Update dags/soosoo/sample.py

This commit is contained in:
cheetahadmin 2025-08-27 08:16:16 +00:00
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',