sqlmesh icon indicating copy to clipboard operation
sqlmesh copied to clipboard

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

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

## Version fresh checkout of #2240 (0.76.0) ## config: ``` gateways: local: connection: type: duckdb database: db.db extensions: - httpfs - parquet connector_config: s3_endpoint: "https://storage.googleapis.com" s3_access_key_id: "***" s3_secret_access_key: "***" default_gateway:...

Engine: DuckDB

command click a ref and jump to it, but there’s no way people will figure that out will they

Project: UI

I am trying to use sqlmesh over a Redshift dbt project with IAM authentication in the connection profile ``` sqlmesh ui Error: 1 validation error for RedshiftConfig password Field required...

Engine: Redshift

As discussed with @izeigerman via Slack, currently Slack notifications only support plans, but not runs and possibly audits. It would be good to be able to receive notifications for those...

Improvement
Scheduler: Airflow

They register for a project when run on BigQuery from the built-in scheduler, but not when the same project is run via Composer

Bug

Currently there are some cases where a job can get an exception and then leave the check status as "running" even though it failed. Basically make sure everything is wrapped...

Bug

I have a model with a local variable defined: ``` MODEL(...) @DEF( cols, [a,b,c] ); ... ``` When adding an item to the list, e.g.: ``` MODEL(...) @DEF( cols, [a,b,c,d]...

- [x] Control+Enter should execute query or current selection. - [ ] This should work in the Custom SQL tab but would also be great if it resolved macros (especially...

Project: UI

Currently there are no limitations on what can be changed as part of the forward-only plan / model. This includes model attributes that might require the creation of a new...

Improvement