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

Depends on #576

Feature
Project: dbt

Depends on #568

Feature
Project: dbt

Allow sql audits to be defined inline within a model definition instead of requiring a separate file

Improvement

This adds a macro that users can utilize in their incremental pipelines to make it easier to filter tables based on a date range. By default it filters based on...

Feature

SQL UDFs would be defined as macros and then if we detect a reference to that macro in a model definition then we would add a pre-hook to create that...

Feature

although we don't recommend or document this, we can expose this for certain advanced users as an escape hatch.

* Add missing tests for `%model` and `%%model` line magic * add tests for full and view kind of models * add tests for seed model (happy path) * Add...

For long running plans, a state connection established at the beginning of a plan application might go stale by the end of it. This update introduces a "pre-ping" mechanism, ensuring...

A small request I hope. Would it be possible to use SQLGlot's pretty functionality before executing SQL statements? It would be much easier to find syntax issues if it wasn't...

Improvement