From f0087cdc2c3c3aae4b8886c39fc947077bef7286 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Sat, 19 Oct 2024 22:40:59 +0100 Subject: [PATCH] ok --- .github/workflows/run.yml | 2 +- src/pypi_data/combine_parquet.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 464c49cd..89cbce60 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -97,4 +97,4 @@ jobs: uses: shogo82148/actions-upload-release-asset@v1 with: upload_url: ${{ steps.create-release.outputs.upload_url }} - asset_path: ${{ github.workspace }}/dataset/merged-*.parquet + asset_path: ${{ github.workspace }}/dataset/dataset-*.parquet diff --git a/src/pypi_data/combine_parquet.py b/src/pypi_data/combine_parquet.py index 579794bb..fcd5cbd3 100644 --- a/src/pypi_data/combine_parquet.py +++ b/src/pypi_data/combine_parquet.py @@ -84,7 +84,7 @@ async def combine_parquet(repositories: list[CodeRepository], directory: Path): hashed_keys = hash_parquet_keys(keys) final_path = roll_up_path.rename( - directory / f"merged-{roll_up_count}-{hashed_keys[:6]}.parquet" + directory / f"dataset-{hashed_keys[:8]}.parquet" ) log.info(