You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add sentinel as default for transform keyword arguments that are required at runtime and which recipe developers may not want to set in recipe modules. This allows recipe modules to be importable (i.e., unit-testable) and type-checkable during development. #588
StoreToZarr now emits a zarr.storage.FSStore which can be consumed by downstream transforms. This is useful for opening and testing the completed zarr store, adding it to a catalog, etc. #574
Concurrency limiting transform added. This base transform can be used to limit concurrency for calls to external services. It is now used internally to allow OpenURLWithFSSpec to be limited
to a specified maximum concurrency. #557