compass.pipeline.collection.persistence.write_collection_manifest#

async write_collection_manifest(manifest_dir, collection_manifest)[source]#

Write a collection manifest to disk

Parameters:
  • manifest_dir (path-like) – Path to the directory where the manifest should be written.

  • collection_manifest (dict) – Dictionary containing collection manifest information to be serialized and written to disk.

Returns:

pathlib.Path – Path to the written manifest file.