As of now, the Data Catalog is available for the following integrations:Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Enabling the Data Catalog
To enable the Data Catalog feature in MindsDB, update yourconfig.json file by setting the data_catalog flag to true:
Note that the data catalog is generated for a data source only after this data source is connected to an agent.Here is an example:Now you can query the data catalog generated for the
snowflake_data integration.How It Works
When you create an agent in MindsDB that connects to one of the supported integrations, the Data Catalog automatically:- Inspects the data source.
- Extracts metadata for all accessible tables and columns.
- Stores this information in a dedicated catalog schema (
DATA_CATALOG). - Makes this metadata available to agents and users via both SQL queries and internal reasoning.