This is an issue about metaflow, zarr, python I am creating a LinearFlow using metaflow and zarr.
All is going well except one key zarr function: when I try to consolidate all my metadata into a Metadata Store inside the flow, I get no error message but the metadata does not get consolidated (i.e. the Metadata Store does not get created)
any insight from the metaflow community or the zarr community as to why that is? Thanks a bunch !
This is the line of code that does nothing once put inside a LinearFlow:
metadata_store = zarr.convenience.consolidate_metadata(path_for_store, metadata_key=".all_metadata")