Ben
Ben
Can we run multiple tests in parrallel in order to speed up testing stage in CI - [ ] Can the number be specified by a flag - [ ]...
When compiling a project, there may be many errors, do we have a proper type that aggregates errors and that can be displayed nicely to a user. From [SyncLinear.com](https://synclinear.com) |...
In the following query, ``` WITH isa_contributions_with_year AS ( SELECT cs.account_id, cs.date, cs.amount, ds.year FROM q.stg_isa_contributions AS cs INNER JOIN q.stg_isa_dates AS ds ON julianday (cs.date) BETWEEN julianday (ds.start_date) AND...
Related to #3070 NOTE I know I need to revert a number of unnecessary format changes. A few thoughts: - [ ] I don't think this is tested enough because...
- **chore: bump @finos/perspective-viewer-datagrid from 2.10.1 to 3.0.2** - **chore: bump @finos/perspective-viewer from 2.10.1 to 3.0.2** - **chore: bump @finos/perspective-viewer-d3fc from 2.10.1 to 3.0.2** - **chore: bump @finos/perspective from 2.10.1...
### Project URL https://pypi.org/project/sqlmesh/ ### Does this project already exist? - [x] Yes ### New limit 30 ### Update issue title - [x] I have updated the title. ### Which...
- **feat: add go to definition to lsp** - **feat: add model autocomplete to vscode**
- **feat: add go to definition to lsp** - **chore: make path optional**
Initial scope: * [x] Format code -> through lsp * [x] List diagnostics -> through diagnostics * [ ] Lineage view * [ ] Jump to model on file change...