01k5dsfp7z3m8cm5fmkxsay74b.py committed by groupuser

This commit is contained in:
airflow 2025-09-29 02:11:59 +00:00
parent a70e67987d
commit 2d152aa4e3

@ -20,6 +20,10 @@ def task3():
def task4():
print('Task 4 execute time ', datetime.now(tz=KST).strftime('%Y-%m-%d %H-%M-%S'))
time.sleep(10)
def task5():
print('Task 5 execute time ', datetime.now(tz=KST).strftime('%Y-%m-%d %H-%M-%S'))
with DAG(
dag_id='dp_sample',