aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.etl/coverage_hoststack_rls2410.py
diff options
context:
space:
mode:
Diffstat (limited to 'csit.infra.etl/coverage_hoststack_rls2410.py')
-rw-r--r--csit.infra.etl/coverage_hoststack_rls2410.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/csit.infra.etl/coverage_hoststack_rls2410.py b/csit.infra.etl/coverage_hoststack_rls2410.py
index d1f562a563..abed41694c 100644
--- a/csit.infra.etl/coverage_hoststack_rls2410.py
+++ b/csit.infra.etl/coverage_hoststack_rls2410.py
@@ -49,7 +49,7 @@ IGNORE_SUFFIX=[
#)
LAST_MODIFIED_END=utc.localize(
datetime.strptime(
- f"{datetime.now().year}-9-28",
+ f"{datetime.now().year}-9-27",
"%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("28")) \
+ .withColumn("day", lit("27")) \
.repartition(1)
try: