-
Notifications
You must be signed in to change notification settings - Fork 71
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
Failure in creating table "int_all_graph_resource" after creating an exception for tests #510
Comments
Did you provide your own version for the variable |
Hi @b-per thanks for your reply. I've included this in my dbt_project.yml under "vars":
|
Can you try one of the below:
or
Which should be equivalent |
Sure! Let's try |
Hi @b-per , Ok something funny seems to be happening. This is the error that I get when I run the dbt build command again. And this is the error I got just now:
This is the DDL of the view before running the command:
This is after:
What could be happening? |
There were some mistakes that I needed to fix to stop having the create table error: Mistake 1: Mistake 2: Mistake 3: Mistake 4: Now what is happening is that the source table that I wished to exclude stills shows up causing the test error "is_empty_fct_missing_primary_key_tests_" even with all the steps covered and double checked. I wonder if |
Describe the bug
I am using this documentation in order to setup an exception for a source table that I wish not to have a primary_key_missing test. However after doing that and running the following command:
dbt build --select package:dbt_project_evaluator dbt_project_evaluator_exceptions
I guet this error in the logs and I can't bypass that:
I have all the dependencies up to date and the only alteration I've made is what is instructed in the documentation "Configuring exceptions to the rules" mentioned above.
Steps to reproduce
I have two new directories in my repository (under the root of the project):
Inside testing.yml I have:
Inside exceptions.csv there's:
And I also updated dbt_project.yml with this:
And then I run the command below:
dbt build --select package:dbt_project_evaluator dbt_project_evaluator_exceptions
Expected results
I was hoping that the output would be without errors.
Actual results
I actually get the error below:
Screenshots and log output
Paste above
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:Additional context
Not at this moment
Are you interested in contributing the fix?
Yes please
The text was updated successfully, but these errors were encountered: