We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ea42e commit 47cae18Copy full SHA for 47cae18
1 file changed
src/databricks/sqlalchemy/dialect/base.py
@@ -109,7 +109,6 @@ def visit_create_table(self, create, **kw):
109
text += "\t" + processed
110
if column.primary_key:
111
first_pk = True
112
- print(processed)
113
except exc.CompileError as ce:
114
util.raise_(
115
exc.CompileError(
0 commit comments