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
refactor: [AI-5975] remove hardcoded dialect: "snowflake" from core tools
- Remove `dialect` from metadata in 8 altimate-core/impact tools that don't
accept a dialect parameter (it was always hardcoded to "snowflake")
- Make `dialect` optional in `sql_quality` telemetry event type
- Only emit `dialect` when the tool actually provides it (sql-analyze,
sql-optimize, schema-diff still do via `args.dialect`)
- Tracked as #455 for adding proper dialect parameter support later
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments