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
The current validate_query of the QueryBuilder class doesn't do proper validation. I would like to propose to use pydantic for query input validation. I believe, this would greatly improve the user experience when working with pydruid.
The text was updated successfully, but these errors were encountered:
The current
validate_query
of theQueryBuilder
class doesn't do proper validation. I would like to propose to use pydantic for query input validation. I believe, this would greatly improve the user experience when working with pydruid.The text was updated successfully, but these errors were encountered: