diff --git a/orchestrate/dags/daily_loan_run.py b/orchestrate/dags/daily_loan_run.py index 986d6f18..a4491b22 100644 --- a/orchestrate/dags/daily_loan_run.py +++ b/orchestrate/dags/daily_loan_run.py @@ -12,7 +12,7 @@ default_args={"start_date": "2021-01"}, description="Loan Run", schedule_interval="0 0 1 */12 *", - tags=["version_5"], + tags=["version_6"], catchup=False, ) def daily_loan_run():