-
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
compile error in redshift when configuring exceptions to the rules #384
Comments
That's odd. Could you please share the content of I am wondering if there is a logic in there that is triggering this behaviour. |
@b-per Thanks for replying, {% macro ref() %}
{{ return(dbt_unit_testing.ref(*varargs, **kwargs)) }}
{% endmacro %}
{% macro source() %}
{{ return(dbt_unit_testing.source(*varargs, **kwargs)) }}
{% endmacro %}
|
Hi @GavinChowUp , I was able to replicate the issue locally. This seems to be a bug with I'd recommend raising this in their repo. I'll close this one as there is nothing we can do on this side but feel free to link this issue in the other repo so we can track it if you find a solution. |
Hey @GavinChowUp - we're currently working on building unit testing as native functionality in |
Hi team, I fllowed the doc to configuring exceptions, my
dbt_project_evaluator_exceptions.csv
is:Also I have disabled the
dbt_project_evaluator_exceptions
:when I use the command:
I got error:
How can I avoid this?
The text was updated successfully, but these errors were encountered: