Sandra de Blécourt Dalsberg
Sandra de Blécourt Dalsberg
Referencing this chapter in the docs: [Customizing SQLMesh](https://sqlmesh.readthedocs.io/en/stable/guides/customizing_sqlmesh/) Using SQLMesh version 0.176.0 I have tried this out using the example project scaffolded by `sqlmesh init duckdb`. The config part of...
Suggestion for loading models from definitions instead of files which would be helpful in [custom loaders](https://sqlmesh.readthedocs.io/en/stable/guides/customizing_sqlmesh/#modify-every-model). Without reloading models after modifying them, custom loaders are more or less limited to...
Having a comment at the end of a model script results in model query to be included in post statements in the snapshot metadata. SQLMesh version: 0.176.0 ## Reproducible example...
# Problem Changed formatting of the query of parent model causes child model to be classified as indirectly modified. Depending on the model kind this may cause unnecessary backfilling of...
# Problem statement In this [multi repo setup](https://github.com/TobikoData/sqlmesh/blob/main/examples/multi) the model `silver.c` from `repo_2` selects from the model `bronze.a` which is defined in `repo_1`. It seems that `sqlmesh create_external_models` treats `bronze.a`...