We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NotImplementedError
1 parent ff49fd1 commit 445c898Copy full SHA for 445c898
dandi/files/zarr.py
@@ -297,12 +297,6 @@ def iter_upload(
297
``"done"`` and an ``"asset"`` key containing the resulting
298
`RemoteAsset`.
299
"""
300
- # So that older clients don't get away with doing the wrong thing once
301
- # Zarr upload to embargoed Dandisets is implemented in the API:
302
- if dandiset.embargo_status is EmbargoStatus.EMBARGOED:
303
- raise NotImplementedError(
304
- "Uploading Zarr assets to embargoed Dandisets is currently not implemented"
305
- )
306
asset_path = metadata.setdefault("path", self.path)
307
client = dandiset.client
308
lgr.debug("%s: Producing asset", asset_path)
0 commit comments