Skip to content

Handle zipped jsons in read_azure_json() #48

@matt-dray

Description

@matt-dray

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
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions