feat(etl): 2306
[csit.git] / csit.infra.etl / coverage_hoststack_rls2306.py
similarity index 99%
rename from csit.infra.etl/coverage_hoststack_rls2302.py
rename to csit.infra.etl/coverage_hoststack_rls2306.py
index 4ec286f..9a5f7a5 100644 (file)
@@ -141,7 +141,7 @@ paths = wr.s3.list_objects(
     ignore_empty=True
 )
 
-filtered_paths = [path for path in paths if "report-coverage-2302" in path]
+filtered_paths = [path for path in paths if "report-coverage-2306" in path]
 
 out_sdf = process_json_to_dataframe("hoststack", filtered_paths)
 out_sdf.show(truncate=False)
@@ -155,7 +155,7 @@ out_sdf = out_sdf \
 try:
     wr.s3.to_parquet(
         df=out_sdf.toPandas(),
-        path=f"s3://{S3_DOCS_BUCKET}/csit/parquet/coverage_rls2302",
+        path=f"s3://{S3_DOCS_BUCKET}/csit/parquet/coverage_rls2306",
         dataset=True,
         partition_cols=["test_type", "year", "month", "day"],
         compression="snappy",