We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
validate code values are unique for each event in core/dbt/events/types.py - ex: E001 occurs twice
code
core/dbt/events/types.py
validate event is called only once in dump_callable
dump_callable
The text was updated successfully, but these errors were encountered:
The tests that catch duplicate error codes were missed when we closed #4268 in favor of #4319
Sorry, something went wrong.
fixed with PR #4338
McKnight-42
Successfully merging a pull request may close this issue.
validate
code
values are unique for each event incore/dbt/events/types.py
- ex: E001 occurs twice
validate event is called only once in
dump_callable
The text was updated successfully, but these errors were encountered: