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
Currently there is only a GreaterThan constraint, but we can't specify Between specific values, such as scalar values (i.e: a range of 0 to 10). The current GreaterThan works only with columns
Expected behavior
If we use the employees demo dataset as example, let's say that our company has been up for 5 years only, so our employees can only be from 0 to 5 years max:
I referenced another issue where we're discussing base cases we'll need to build this functionality (and others).
We'll probably want to consider both the open interval (> and <) and closed interval (>= and =<) as separate cases. Not to mention combinations of that. Ideally, we can prioritize the functionality based on usage.
Problem Description
Currently there is only a GreaterThan constraint, but we can't specify Between specific values, such as scalar values (i.e: a range of 0 to 10). The current GreaterThan works only with columns
Expected behavior
If we use the employees demo dataset as example, let's say that our company has been up for 5 years only, so our employees can only be from 0 to 5 years max:
The text was updated successfully, but these errors were encountered: