-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin reports all possible data validators as in use #69
Comments
I could be wrong, but I think this is expected behavior and is just the inner workings of DVE. The Data Compliance feature was just added in v2.1.0 and this long list of data validators was still present in previous versions (i.e. I don't believe this is generated based on provided Data Compliance rules). @lampwins - can you confirm that it's expected for DVE to show all models under |
@DistantVoyager The reported issue impacts all plugins. If I create a custom plugin (other than the data validation plugin), and define a This is an issue, as in an example given only |
@mzbroch - do I need to do anything with this issue you opened a while back? Or is it fine to close? Not sure if it was ever resolved among all the plugins, but maybe it's not crucial. |
So requires re-visiting, let's fix it and close. |
Environment
next-2.0
Expected Behavior
Plugin shows only model defined through
DataComplianceRule
created incustom_validators.py
Observed Behavior
Plugin shows all models under
Data Validators
Steps to Reproduce
custom_validators.py
create following :The text was updated successfully, but these errors were encountered: