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

As a data transformer, I would like to be able to grant permissions when new schemas and tables are created. For example, I have a role in Postgres called data_consumer_admin....

Feature

## Description: The current implementation of the `sqlmesh format` command only supports formatting code. To enhance its functionality, it would be beneficial to introduce an option that allows users to...

Feature

Accessing the schema of an upstream model doesn't quite work for SQL-models-defined-with-python. Here is a code repro. ```python import os from pathlib import Path from tempfile import TemporaryDirectory from sqlmesh.core.config...

Documentation

I am playing around with the `--select-model` option in `plan`. I have made changes to two SQL Models and running `sqlmesh plan env` picks them up no problem: ```bash New...

SQLMesh adds "leak guards" to queries when evaluating incremental models. This feature request is about allowing the addition of these leak guards when using `sqlmesh render ...` the command. This...

Improvement

I understand this is more of a stretch, but if sqlmesh format could format the sql included in tests it would be a killer feature. For example you can define...

Feature
Improvement

When I apply some changes in multiple models, the application plan is broken. Some expected tasks are missing and the tasks are not in the correct order. This affects the...

Bug
Scheduler: Airflow

Currently, timestamps in epoch time are difficult for people to read. It would be nice if there was a way to format them in the UI into something human readable.

Feature
Project: UI

Currently the printed output is too wide and unreadable even for tables with a handful of columns, since we include columns from both the source and the target table as...

Improvement

It seems the only way to save a file that is opened in a tab in the IDE is to use common OS keystrokes, like Command-S (on mac). I believe...

Improvement
Project: UI