X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=csit.infra.etl%2Fcoverage_reconf_rls2306.py;fp=csit.infra.etl%2Fcoverage_reconf_rls2302.py;h=32885744d7fb903a848648fe16a7b8fe612e1816;hp=76e8c6f9ce14322ba26650b03d4879437da432a6;hb=d164bef0373edfd2b6cc7d4aaa27b928065df3e5;hpb=1fd3d96de221e7bf281f7ce96dc5cad0170a602d diff --git a/csit.infra.etl/coverage_reconf_rls2302.py b/csit.infra.etl/coverage_reconf_rls2306.py similarity index 99% rename from csit.infra.etl/coverage_reconf_rls2302.py rename to csit.infra.etl/coverage_reconf_rls2306.py index 76e8c6f9ce..32885744d7 100644 --- a/csit.infra.etl/coverage_reconf_rls2302.py +++ b/csit.infra.etl/coverage_reconf_rls2306.py @@ -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("reconf", 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",