01keaxfzxn5ctnx4bsc0ftpq2q.py committed by groupuser

This commit is contained in:
airflow 2026-01-07 07:22:54 +00:00
parent b46ed2817b
commit a320b158e3

@ -93,7 +93,7 @@ def dag_template():
# - target_base_dir을 '/cheetah/outputs'로 설정해야 Hook이 이 파일을 감지하고 S3로 업로드함!
t1 = CheetahDatasetOperator(
task_id='download_dataset',
dataset_sn=88,
dataset_sn=409,
target_base_dir='/cheetah/outputs'
)