-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat: Log own custom rules #408
Conversation
@dave-connors-3 Thank you for your review! Sure, I'll explain and let you know once it's done. |
@dave-connors-3 described it. Kindly confirm it! |
It looks like a CI error occurred when I ran the trino test more than once
|
I re-ran the test and it was just a transient one on Trino. The one failing on Databricks is known due to some |
All checks have passed (by @b-per or someone's retry) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's ship it! Thanks for all the work here!
This is a:
Link to Issue
#407
Description & motivation
Enable also to log error of our own rules by
print_dbt_project_evaluator_issues
Integration Test Screenshot
./run_test.sh snowflake
Checklist
Usecase
My custom rules is like that.
{{ dbt project dir }}/models/dbt_project_evaluator/fct_public_models_without_exposures.sql
{{ dbt project dir }}/models/dbt_project_evaluator/governance.yml
Log example
logged like that (using fqn because package my test alias show random_strings like
dbt_project_evaluator_is_empty_{{ random_strings }}
)