compass.pipeline.collection.persistence.load_collection_manifest#

async load_collection_manifest(manifest_fp, expected_tech)[source]#

Load a collection manifest from disk

Parameters:
  • manifest_fp (path-like) – Path to the collection manifest file to be loaded.

  • expected_tech (str) – Technology specified in the pipeline request, used to validate compatibility with the manifest.

Returns:

dict – Loaded collection manifest as a dictionary.