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
- change percent for row_count > 50%
The condition above is meant to fail anything that is NOT above the 50% threshold.
All other checks are designed to indicate the success condition, where this is a definition of a failure condition.
I'd recommend updating it such that the above change percent check is specifically as a success condition, which is the norm in other checks.
The text was updated successfully, but these errors were encountered:
I agree, the thread we were troubleshooting on offers a little more context, but both of us had to stop and think and test to validate the logic to really understand it. Would be good to have a completely consistent paradigm of setting pass state.
- change percent for row_count > 50%
The condition above is meant to fail anything that is NOT above the 50% threshold.
All other checks are designed to indicate the success condition, where this is a definition of a failure condition.
I'd recommend updating it such that the above
change percent
check is specifically as a success condition, which is the norm in other checks.The text was updated successfully, but these errors were encountered: