Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable audits in model defaults #2567

Open
AronsonDan opened this issue May 6, 2024 · 0 comments
Open

Enable audits in model defaults #2567

AronsonDan opened this issue May 6, 2024 · 0 comments
Labels
Feature Adds new functionality

Comments

@AronsonDan
Copy link

The scenario goes as follows:

  1. table which is defined as an external source was ingested and serves as a base table
  2. that table has some meta fields that i would like to drag along downstream the models
  3. 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
@eakmanrq eakmanrq added the Feature Adds new functionality label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Adds new functionality
Projects
None yet
Development

No branches or pull requests

2 participants