You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: rename accurate mode to analyzer.database: only with analyzerv2 experiment
This change refactors the "accurate analyzer mode" feature:
1. Rename config option from `analyzer.accurate: true` to
`analyzer.database: only` - a third option in addition to true/false
2. Gate the feature behind the `analyzerv2` experiment flag. The feature
is only enabled when:
- `analyzer.database: only` is set in the config
- `SQLCEXPERIMENT=analyzerv2` environment variable is set
3. Update JSON schemas to support boolean or "only" for analyzer.database
4. Add experiment tests for analyzerv2 flag
5. Update end-to-end test configs and expected outputs
The database-only mode skips building the internal catalog from schema
files and instead relies entirely on the database for type resolution
and star expansion.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments