Error ) Alias "column_values.nonnull.unexpected_count' is not unique #9441
easyseop
started this conversation in
Request For Comment
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It works with Sybase and Sqlalchemy and is testing great expectations using the CLI.
Problem)
If you use more than one expectation rule for one suit.json, there seems to be a query that overlaps according to the rule.
ex) I only derived the column_values_to_be_in_set condition, but the issue of not null verification query running at the same time
Problems that cause errors due to overlapping Alias' names in the query used at this time
Therefore, I would like to think about a solution together.
gx version : 0.15.50
sqlalchemy version : 1.4.48
Example)
error)
As we now know, we validate the data through sqlalchemy's functions (in_,or_,etc) and we realize that they also act as python codes. I wonder where the query runs and if there is no problem changing the alias.
Beta Was this translation helpful? Give feedback.
All reactions