datacube.utils.dask.save_blob_to_file#
- datacube.utils.dask.save_blob_to_file(data, fname, with_deps=None)[source]#
Dump from memory to local filesystem as a dask delayed operation.
- Parameters:
- Return type:
Delayed|DelayedLeaf
Returns#
(FilePath, True)tuple on success(FilePath, False)on any errorNote
Dask workers must be local or have network filesystem mounted in the same path as calling code.