pub async fn fetch_catalog( cache: &SchemaCache, ) -> Result<Catalog, Box<dyn Error + Send + Sync>>
Fetch the SchemaStore catalog via the schema cache.
SchemaStore
Returns an error if the catalog cannot be fetched or parsed.