You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion
Describe the feature
Currently the RunResult of data test will report failures at 0 unless there is a warning or error. [code]
The scenario: I have severity: warn and warn_if: '> 10', my data test returns 4 failures, my RunResult shows 0 failures.
I would expect the 4 to go through.
What would be the problem if we always returned the "failures" column of the query?
Describe alternatives you've considered
Alternative to getting the actual failure result is to use the adapter response, get a reference to the job id (BigQuery) and look up the job result manually. A lot of effort for getting number correctly.
Who will this benefit?
Anyone who uses RunResults, either via the produced json file or programmatically, to monitor their data workflows to some degree.
Are you interested in contributing this feature?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is this your first time submitting a feature request?
Describe the feature
Currently the RunResult of data test will report failures at 0 unless there is a warning or error. [code]
The scenario: I have
severity: warn
andwarn_if: '> 10'
, my data test returns 4 failures, my RunResult shows 0 failures.I would expect the 4 to go through.
What would be the problem if we always returned the "failures" column of the query?
Describe alternatives you've considered
Alternative to getting the actual failure result is to use the adapter response, get a reference to the job id (BigQuery) and look up the job result manually. A lot of effort for getting number correctly.
Who will this benefit?
Anyone who uses RunResults, either via the produced json file or programmatically, to monitor their data workflows to some degree.
Are you interested in contributing this feature?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered: