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.