01keaxfzxn5ctnx4bsc0ftpq2q.py committed by groupuser

This commit is contained in:
airflow 2026-02-23 06:31:14 +00:00
parent 961348746b
commit fe1f79a3de

@ -100,7 +100,7 @@ def dag_template():
# - output_path='raw_data' 지정 시 -> /cheetah/outputs/raw_data 에 저장됨
t1 = CheetahDatasetOperator(
task_id='download_dataset',
dataset_sn=418,
dataset_sn=409,
output_path='raw_data'
)