Refresh Catalog
refresh_catalogRefresh the Snowflake schema catalog by scanning all accessible databases to index tables, schemas, and columns. Use after schema changes or cache expiry to ensure accurate metadata.
Instructions
Refresh the schema catalog by scanning all accessible Snowflake databases.
This tool queries INFORMATION_SCHEMA across all databases to build a comprehensive
index of tables, schemas, and columns. The cache has a 5-day TTL.
Use this tool when:
- First connecting to Snowflake
- Schema changes have been made
- Cache has expired (after 5 days)
Parameters:
- force: Force refresh even if cache is not expired (default: false)
- resume: Resume from checkpoints if they exist (default: true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| resume | No |