sqlmesh icon indicating copy to clipboard operation
sqlmesh copied to clipboard

Efficient data transformation and modeling framework that is backwards compatible with dbt.

Results 105 sqlmesh issues
Sort by recently updated
recently updated
newest added

**Description** When user edits a model in A tab and switch to B tab, user can't see their changes when user came back to A tab. **Steps to Reproduce** 1....

Project: UI

To reproduce the bug: 1. Create new SQLMesh project using `sqlmesh init postgres --template empty` - Postgres is the default dialect because its normalization strategy is `LOWERCASE`, i.e. it treats...

Bug

Use case: Anytime a PR is opened for a given branch, like qa, I want the environment that gets updated to be static and user defined. Therefore a PR number...

Feature

**Description** Error window of `Plan Page` is different from error window of `Errors View` **Steps to Reproduce** 1. User got an error when run `Plan`; 2. User can see error...

Project: UI

**Description** When user creates long `Environment Name`, it appears in the `Environment list` incorrectly. User is unable to `remove` or `delete` an environment. **Steps to Reproduce** 1. User opens `Environment...

Project: UI

**Description** When user wants to rename files or folders in `Project Directory` uses double click - it doesn't work. Cursor is not activated. User can't rename a file or folder...

Project: UI

**Description** When user clicks `Menu Icon `, menu is opened, user can see that icon shrinks ![Image](https://github.com/TobikoData/sqlmesh/assets/169292573/46a7e567-754b-437c-b319-77e5266b47ed) ![Image](https://github.com/TobikoData/sqlmesh/assets/169292573/4959eb0b-374a-4582-b2d6-0c3a0ab73b5b) **Steps to Reproduce** 1. User clicks Menu Icon 2. Menu is opened,...

Project: UI

TODO: - [ ] Implement incremental by partition - [ ] Add docs The current Clickhouse adapter uses the delete-insert loading approach. Clickhouse is not designed for deletes/updates, so the...

WIP: This update introduces the ability to generate a SQLMesh project from a [dlt](https://github.com/dlt-hub/dlt) pipeline. It creates the project directory scaffolding, inspects the schema and automatically generates incremental models from...

***NOTE: redshift integration tests won't pass until sqlglot is bumped > 25.24.4*** #2791 introduced a regression in the varchar length workaround because it assumed the `columns()` method returned data types...