We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8cf73 commit ed488d2Copy full SHA for ed488d2
src/databricks/sqlalchemy/_types.py
@@ -33,6 +33,7 @@ def process_literal_param_hack(value: Any):
33
@compiles(sqlalchemy.types.Unicode, "databricks")
34
@compiles(sqlalchemy.types.UnicodeText, "databricks")
35
@compiles(sqlalchemy.types.Uuid, "databricks")
36
+@compiles(sqlalchemy.types.Json, "databricks")
37
def compile_string_databricks(type_, compiler, **kw):
38
"""
39
We override the default compilation for Enum(), String(), Text(), and Time() because SQLAlchemy
0 commit comments