[CT-316] [Bug] tests set with severity: warn
creates a level:error
row with --log-format json
#4814
Closed
1 task done
Is there an existing issue for this?
Current Behavior
I have a model with a test set to severity warn:
I run this as
dbt --log-format json test -m test_trigger
, which generates a bunch of logs. The two important are these:The first line has
level:warn
as expected. But the second haslevel:error
, which I do not expect.Expected Behavior
A test set with
severity:warn
should produce no log rows withlevel:error
.Environment
What database are you using dbt with?
redshift
Additional Context
No response
The text was updated successfully, but these errors were encountered: