Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 55 additions & 67 deletions docs/worst-practices/dispersed-metadata.ipynb

Large diffs are not rendered by default.

203 changes: 99 additions & 104 deletions docs/worst-practices/massive-chunks.ipynb

Large diffs are not rendered by default.

216 changes: 105 additions & 111 deletions docs/worst-practices/tiny-chunks.ipynb

Large diffs are not rendered by default.

72 changes: 35 additions & 37 deletions docs/worst-practices/tiny-coordinate-chunks.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def create_or_open_zarr_store(
obstore_kwargs: dict[str, Any] = (
{"credential_provider": config.credential_provider}
if config.credential_provider
else {}
else {"skip_signature": True}
)
object_store = obs.store.from_url(url, **obstore_kwargs)
if config.create_data:
Expand Down
3,097 changes: 1,854 additions & 1,243 deletions uv.lock

Large diffs are not rendered by default.