-
Notifications
You must be signed in to change notification settings - Fork 237
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
feat: support for a general validation message in query editor #1156
Conversation
3308a0f
to
e920af5
Compare
@@ -15,18 +20,21 @@ class QueryValidationSeverity(Enum): | |||
class QueryValidationResult(object): | |||
def __init__( | |||
self, | |||
obj_type: QueryValidationResultObjectType, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make this optional and default to QueryValidationResultObjectType.LINT? this makes sure other plugin still works as is
e920af5
to
b84d7b4
Compare
@suryabhaskarkarri @jczhong84 what is your thought of calling the types |
b84d7b4
to
3c721f6
Compare
@czgu I feel LINT is more meaningful & understandable. |
…rest#1156) * feat: support for general message in query validation plugin * addressed review comments
…rest#1156) * feat: support for general message in query validation plugin * addressed review comments
No description provided.