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
{{ message }}
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.
Noticed that this is set as "todo" in the validator.py 😃
Looks like we'll also need to fix up the unique column of the rules file to accomplish this. I think we should just assume that all fields labeled as unique = True in the rules file represent composite unique keys for the file and should be checked for uniqueness as a group (i.e., file-level validation rather than row-level).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Noticed that this is set as "todo" in the validator.py 😃
Looks like we'll also need to fix up the unique column of the rules file to accomplish this. I think we should just assume that all fields labeled as unique = True in the rules file represent composite unique keys for the file and should be checked for uniqueness as a group (i.e., file-level validation rather than row-level).
The text was updated successfully, but these errors were encountered: