From e1c7d3beff2648cd74fb35958df84369ab61bfe4 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 1 Oct 2024 08:02:56 +0200 Subject: test(etl): Manual run Signed-off-by: Peter Mikus Change-Id: I8f17b6a5081fbe781a2ada22e004d1368ce87256 --- csit.infra.etl/coverage_reconf_rls2410.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csit.infra.etl/coverage_reconf_rls2410.py') diff --git a/csit.infra.etl/coverage_reconf_rls2410.py b/csit.infra.etl/coverage_reconf_rls2410.py index 4d45073b19..c5bd9e6e0a 100644 --- a/csit.infra.etl/coverage_reconf_rls2410.py +++ b/csit.infra.etl/coverage_reconf_rls2410.py @@ -49,7 +49,7 @@ IGNORE_SUFFIX=[ #) LAST_MODIFIED_END=utc.localize( datetime.strptime( - f"{datetime.now().year}-9-29", + f"{datetime.now().year}-9-28", "%Y-%m-%d" ) ) @@ -154,7 +154,7 @@ out_sdf.printSchema() out_sdf = out_sdf \ .withColumn("year", lit(datetime.now().year)) \ .withColumn("month", lit("9")) \ - .withColumn("day", lit("29")) \ + .withColumn("day", lit("28")) \ .repartition(1) try: -- cgit 1.2.3-korg