aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.etl/coverage_soak_rls2210.py
diff options
context:
space:
mode:
Diffstat (limited to 'csit.infra.etl/coverage_soak_rls2210.py')
-rw-r--r--csit.infra.etl/coverage_soak_rls2210.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit.infra.etl/coverage_soak_rls2210.py b/csit.infra.etl/coverage_soak_rls2210.py
index 9c9e1c9603..9ef9a36c68 100644
--- a/csit.infra.etl/coverage_soak_rls2210.py
+++ b/csit.infra.etl/coverage_soak_rls2210.py
@@ -143,7 +143,7 @@ paths = wr.s3.list_objects(
filtered_paths = [path for path in paths if "report-coverage-2210" in path]
-out_sdf = process_json_to_dataframe("mrr", filtered_paths)
+out_sdf = process_json_to_dataframe("soak", filtered_paths)
out_sdf.printSchema()
out_sdf = out_sdf \
.withColumn("year", lit(datetime.now().year)) \