We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea74247 + c3791c3 commit a7e9cadCopy full SHA for a7e9cad
1 file changed
src/databricks/sqlalchemy/dialect/__init__.py
@@ -24,6 +24,7 @@
24
pass
25
else:
26
from alembic.ddl import DefaultImpl
27
+ from alembic.autogenerate import render
28
29
class DatabricksImpl(DefaultImpl):
30
__dialect__ = "databricks"
0 commit comments