Nick Muoh
Nick Muoh
So given this example model: ```sql MODEL ( name MY_SCHEMA.MY_MATERIALIZED_VIEW, kind VIEW ( materialized true ), tags (example, app), description 'Materialized view of **only** example app events based on app_name',...
### Description Running `sqlmesh rollback` after downgrading from sqlmesh 0.224.0 to 0.209.0 raises a PostgreSQL dependency error. The process attempts to drop table `sqlmesh._snapshots` while view `sqlmesh.model_snapshots` still depends on...
## Description We've encountered limitations when trying to implement audits that work consistently across both incremental models and view models in SQLMesh. Specifically, temporal macros like `@start_date` and `@end_date` are...