Skip to main content

fetch_compiled_catalogs

Function fetch_compiled_catalogs 

Source
pub async fn fetch_compiled_catalogs(
    retriever: &SchemaCache,
    config: &Config,
    no_catalog: bool,
) -> Vec<CompiledCatalog>
Expand description

Fetch and compile all schema catalogs (default, SchemaStore, and custom registries).

Returns a list of compiled catalogs, printing warnings for any that fail to fetch.