generated from The-Strategy-Unit/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Milestone
Description
Might be handy if read_azure_json() could handle zipped jsons, given that the old results format is .json.gz.
For example, I'd like something like this to work:
container <- azkit::get_container(Sys.getenv("AZ_RESULTS_CONTAINER"))
x <- azkit::read_azure_json(
container,
"prod/v4.2/RCX/test-md-v42-20251001_105805.json.gz"
)
Sidenote: curiously that errors with:
Error in `check_blob_exists()`:
! `check_scalar_type()`: multiple matching json files found
This is a uniquely named file, so I don't know why that error would be generated.
Metadata
Metadata
Assignees
Labels
No labels