01k7zhp6vxggswj44cda79enq1.py committed by groupuser

This commit is contained in:
airflow 2025-11-11 08:53:28 +00:00
parent 74a9f46052
commit 02af4e6b1f

@ -6,11 +6,10 @@ from airflow.operators.python import PythonOperator
from decorators.cheetah_resource_decorator import cheetah_resource_dag
from decorators.upload_to_cheetah_s3 import upload_to_cheetah_s3
from decorators.push_to_cheetah_dataset import push_to_cheetah_dataset
KST = pendulum.timezone("Asia/Seoul")
@push_to_cheetah_dataset()
@upload_to_cheetah_s3()
@cheetah_resource_dag()
def build_dag():