sqlmesh
sqlmesh copied to clipboard
Enable audits in model defaults
The scenario goes as follows:
- table which is defined as an external source was ingested and serves as a base table
- that table has some meta fields that i would like to drag along downstream the models
- Would love to test all across the transformations in that model that the columns exists and to fail a plan in case it dosent
suggestion: enable model level audits
model_defaults:
dialect: snowflake
audits:
- assert_base_columns