sqlmesh
sqlmesh copied to clipboard
Efficient data transformation and modeling framework that is backwards compatible with dbt.
## 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:...
command click a ref and jump to it, but there’s no way people will figure that out will they
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...
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...
They register for a project when run on BigQuery from the built-in scheduler, but not when the same project is run via Composer
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...
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...
Prevent the forward-only categorization of changes that require the creation of a new physical table
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...