-
Notifications
You must be signed in to change notification settings - Fork 179
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
Environments for audits #3665
Comments
One way to achieve this is to explicitly enumerate dependencies of your model in the |
Ahh what it looks like I can do is set it to be a standalone audit and then I can set |
Why though? Didn't setting the |
The audit is applied to a more raw (bronze) source of data (not quite an external model) but within the audit I put some joins to refined (silver/gold) data sources that are populated later in the DAG. My current workaround is to create a view to apply the logic that the audit is then reference in. But the view is then another asset that needs maintaining. |
The problem I faced was 2 fold.
I wanted to update an audit and test it.
The audit was user defined and involved joins to other models within the project, some of which had also been modified.
The text was updated successfully, but these errors were encountered: