Skip to content

Commit 4cef2c4

Browse files
committed
Disable non_native_boolean_check_constraint
1 parent 6f83144 commit 4cef2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/sqlalchemy/dialect/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class DatabricksDialect(default.DefaultDialect):
8080
supports_multivalues_insert: bool = True
8181
supports_native_decimal: bool = True
8282
supports_sane_rowcount: bool = False
83+
non_native_boolean_check_constraint: bool = False
8384

8485
@classmethod
8586
def dbapi(cls):

0 commit comments

Comments
 (0)