We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e324ff9 commit 532a4cfCopy full SHA for 532a4cf
src/databricks/sqlalchemy/dialect/base.py
@@ -15,6 +15,7 @@ def __init__(self, dialect):
15
class DatabricksDDLCompiler(compiler.DDLCompiler):
16
def post_create_table(self, table):
17
return " USING DELTA"
18
+
19
def visit_set_column_comment(self, create, **kw):
20
"""
21
Example syntax for adding column comment:
0 commit comments