Implement UI for query optimization suggestions #1948
Annotations
5 errors and 2 warnings
nodetests:
querybook/webapp/lib/sql-helper/sql-context-free-linter.ts#L46
Argument of type '{ message: string; severity: "warning"; type: "lint"; from: { line: number; ch: number; }; to: { line: number; ch: number; }; }' is not assignable to parameter of type 'ILinterWarning'.
|
nodetests:
querybook/webapp/lib/sql-helper/sql-context-free-linter.ts#L89
Argument of type '{ message: string; severity: "warning"; type: "lint"; from: { line: number; ch: number; }; to: { line: number; ch: number; }; }' is not assignable to parameter of type 'ILinterWarning'.
|
nodetests:
querybook/webapp/lib/sql-helper/sql-context-sensitive-linter.ts#L22
Argument of type '{ message: string; severity: "warning"; type: "lint"; from: { line: number; ch: number; }; to: { line: number; ch: number; }; }' is not assignable to parameter of type 'ILinterWarning'.
|
nodetests:
querybook/webapp/lib/sql-helper/sql-context-sensitive-linter.ts#L57
Argument of type '{ message: string; type: "lint"; severity: "error" | "warning"; from: { line: number; ch: number; }; to: { line: number; ch: number; }; }' is not assignable to parameter of type 'ILinterWarning'.
|
nodetests
Process completed with exit code 1.
|
nodetests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
nodetests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|