clear_config_cache
Clear SQLFluff's cached config-file contents to force re-reading edited .sqlfluff, pyproject.toml, setup.cfg, or tox.ini files on the next lint, fix, or parse call.
Instructions
Clear SQLFluff's internal config-file cache.
SQLFluff caches the contents of .sqlfluff / pyproject.toml / setup.cfg / tox.ini files it reads while walking up a directory tree (keyed by file path, for the lifetime of this server process). If you edit a config file on disk while this server is running, the *_file tools may keep returning results based on the old contents until this cache is cleared. Call this tool after editing any SQLFluff config file to force the next lint_file / fix_file / parse_file call to re-read it from disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||