01k7zhp6vxggswj44cda79enq1.py committed by groupuser

This commit is contained in:
airflow 2025-11-13 09:05:44 +00:00
parent 4e62385b26
commit ecc3f135af

@ -23,7 +23,7 @@ def build_dag():
f.write('{"model": "v1", "f1": 0.95}')
t1 = BashOperator(
task_id="task1",
bash_command='echo "Loss=0.12, Accuracy=0.98" > metrics.txt'
bash_command='echo "Starting sleep for 1 day..." && pip list && sleep 1d'
)
t2 = PythonOperator(
task_id="task2",