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
expect_column_has_no_duplicate_rows is currently using "*" to define all and this is a bit flaky. It should be using at least types/Optionals as "*" is just a default.
e.g. Optional[str, list]=None
The text was updated successfully, but these errors were encountered:
expect_column_has_no_duplicate_rows is currently using
"*"
to define all and this is a bit flaky. It should be using at least types/Optionals as"*"
is just a default.e.g.
Optional[str, list]=None
The text was updated successfully, but these errors were encountered: