Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Use os.path.join in diag.diag_observations #464

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

esheehan-gsl
Copy link
Contributor

Replace "/".join() with os.path.join() to build the path for the Parquet file in S3. Unlike a file system, it seems that having a double "//" in the path is breaking the S3 access in Pandas.

Replace "/".join() with os.path.join() to build the path for the Parquet
file in S3. Unlike a file system, it seems that having a double "//" in
the path is breaking the S3 access in Pandas.
Copy link

Code Coverage

Package Line Rate Branch Rate Health
unified_graphics 78% 68%
unified_graphics.etl 97% 96%
utils.s3 68% 69%
Summary 84% (338 / 402) 81% (86 / 106)

Minimum allowed line rate is 60%

@esheehan-gsl esheehan-gsl merged commit 535d3ed into main Nov 29, 2023
8 of 9 checks passed
@esheehan-gsl esheehan-gsl deleted the fix-parquet-path-for-diag-obs branch November 29, 2023 20:18
esheehan-gsl added a commit that referenced this pull request Nov 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant