pub async fn test_persist_backed_catalog_state(
    persist_client: PersistClient,
    organization_id: Uuid
) -> Box<dyn OpenableDurableCatalogState>
Expand description

Creates an openable durable catalog state implemented using persist that is meant to be used in tests.