From 8ac2c2b11074e6757807f42dd8a48daf466e00a1 Mon Sep 17 00:00:00 2001 From: malgorzatagwinner Date: Wed, 16 Oct 2024 12:28:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20key=20phrase=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/viadot/orchestration/prefect/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viadot/orchestration/prefect/utils.py b/src/viadot/orchestration/prefect/utils.py index 17290731..c2f57f88 100644 --- a/src/viadot/orchestration/prefect/utils.py +++ b/src/viadot/orchestration/prefect/utils.py @@ -274,7 +274,7 @@ def _create_date_dict(self) -> dict[str, str]: "current_year": today.strftime("%Y"), "last_year": last_year.strftime("%Y"), "now_time": now_time.strftime("%H%M%S"), - "last day previous month": last_day_prev_month.strftime( + "last_day_previous_month": last_day_prev_month.strftime( self.dynamic_date_format ), }