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
class DatabricksDialect(default.DefaultDialect):
"""This dialect implements only those methods required to pass our e2e tests"""
supports_native_boolean: bool = True
as otherwise bools are converted to ints which results in datatype errors
The text was updated successfully, but these errors were encountered:
Should be
as otherwise bools are converted to ints which results in datatype errors
The text was updated successfully, but these errors were encountered: