X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=csit.infra.etl%2Fcoverage_ndrpdr_rls2310.py;fp=csit.infra.etl%2Fcoverage_ndrpdr_rls2306.py;h=f2b30ed4fa17e6f8ab36aca2a9fecbc03e29124e;hp=5987e3eaa19b5961f844f686be29a771c25405b3;hb=b0b7f8dfdd37d45de0f3fcf758798e3bfbb9381d;hpb=e9c8b39d0b6c8b7e72f26ace8233df078811b3a1 diff --git a/csit.infra.etl/coverage_ndrpdr_rls2306.py b/csit.infra.etl/coverage_ndrpdr_rls2310.py similarity index 98% rename from csit.infra.etl/coverage_ndrpdr_rls2306.py rename to csit.infra.etl/coverage_ndrpdr_rls2310.py index 5987e3eaa1..f2b30ed4fa 100644 --- a/csit.infra.etl/coverage_ndrpdr_rls2306.py +++ b/csit.infra.etl/coverage_ndrpdr_rls2310.py @@ -141,7 +141,7 @@ paths = wr.s3.list_objects( ignore_empty=True ) -filtered_paths = [path for path in paths if "report-coverage-2306" in path] +filtered_paths = [path for path in paths if "report-coverage-2310" in path] out_sdf = process_json_to_dataframe("ndrpdr", filtered_paths) out_sdf.printSchema() @@ -154,7 +154,7 @@ out_sdf = out_sdf \ try: wr.s3.to_parquet( df=out_sdf.toPandas(), - path=f"s3://{S3_DOCS_BUCKET}/csit/parquet/coverage_rls2306", + path=f"s3://{S3_DOCS_BUCKET}/csit/parquet/coverage_rls2310", dataset=True, partition_cols=["test_type", "year", "month", "day"], compression="snappy",