Commit b6cedbbd authored by Timothy Ardha's avatar Timothy Ardha

fix

parent 77039e0d
......@@ -274,7 +274,7 @@ with DAG("APJ_1_mgate",
)
delete_today = BashOperator(
task_id="delete_before",
task_id="delete_today",
bash_command=f"""
rm -rf /opt/airflow/dags/DFE/{DS_FOLDER}/{yesterday_nodash};
""",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment