We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1c0fb commit daf92bbCopy full SHA for daf92bb
src/databricks/sqlalchemy/_ddl.py
@@ -24,7 +24,7 @@ def post_create_table(self, table):
24
post.append("COMMENT " + comment)
25
26
post.append("TBLPROPERTIES('delta.feature.allowColumnDefaults' = 'enabled')")
27
- return '\n'.join(post)
+ return "\n".join(post)
28
29
def visit_unique_constraint(self, constraint, **kw):
30
logger.warning("Databricks does not support unique constraints")
0 commit comments