-
Notifications
You must be signed in to change notification settings - Fork 74
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
Issue with output of print_dbt_project_evaluator_issues #398
Comments
Thanks for raising this! This is due to the fact that the I will keep it open for now and will think of a long term solution. |
@b-per thanks for the reply! On dbt Cloud should behave correctly? I haven't tested there. |
I don't think that dbt Cloud IDE will show the |
@b-per is there any way to identify the detected resources to simplify the next steps? Otherwise we need to go file by file |
Hi @sn-nsoria What do you mean here? |
Hi @b-per - thanks for replying. I mean, when I got a warn alert for example for some of the rules, how can I identify which models / tables / objects are not following the rule so we can go and fix it? Thanks |
Most of the tests (if not all), should start with To see the failing records, you can:
|
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Describe the bug
Following these instructions, I used the macro print_dbt_project_evaluator_issues in the property on-run-end. At the end of running dbt_project_evaluator, I get nothing.
on-run-end: "{{ dbt_project_evaluator.print_dbt_project_evaluator_issues() }}"
Steps to reproduce
My dbt_project.yml looks something like this:
on-run-end: "{{ dbt_project_evaluator.print_dbt_project_evaluator_issues() }}"
Run the command:dbt build package:dbt_project_evaluator
Expected results
I expect dbt_project_evaluator to show up information about the warn steps highlighted in the command.
Screenshots and log output
System information
Which database are you using dbt with?
The output of
dbt --version
:Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered: