extract filename from pyfive S3 Dataset correctly#197
Conversation
|
converting this to Draft for now, This is the test that fails at PyActiveStorage: https://github.com/NCAS-CMS/PyActiveStorage/actions/runs/22106044823/job/63888954418 I'll clean up and fix tests here, and add a test case, tomorrow 🍺 |
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (75.00%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #197 +/- ##
==========================================
- Coverage 77.62% 77.62% -0.01%
==========================================
Files 15 15
Lines 3124 3128 +4
Branches 497 499 +2
==========================================
+ Hits 2425 2428 +3
Misses 573 573
- Partials 126 127 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@bnlawrence @davidhassell it'd be good to have this in the sooner the better, one test fail in PyActiveStorage because of this (the test manipulating already-loaded datasets that need file names extracted from the Dataset's metadata) |
davidhassell
left a comment
There was a problem hiding this comment.
Hi V - looks good, with one minor change.
Cheers,
David
Co-authored-by: David Hassell <davidhassell@users.noreply.github.com>
mega, thanks very much @davidhassell - could you pls Approve? 🍻 |
Description
Dataset.id._filenamecurrently returns None for an S3 Dataset (which is a pyfive Dataset)Closes #199
Before you get started
Checklist