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
fix(cli): align MetricDefinition.sqls type to Record<number, string>
Address code review feedback: the source interface used Record<string, string>
while the generated output used Record<number, string>. Since PG major versions
are semantically numbers and YAML parses numeric keys as numbers, align both
to use Record<number, string> for consistency.
0 commit comments