We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ec990 commit 4cfcfc8Copy full SHA for 4cfcfc8
sqlmesh/core/engine_adapter/databricks.py
@@ -405,8 +405,6 @@ def _build_column_defs(
405
# in CREATE MATERIALIZED VIEW statements. Override is_view to False to force
406
# column types to be included when comments are present.
407
if is_view and column_descriptions:
408
- engine_supports_schema_comments = self.COMMENT_CREATION_VIEW.supports_schema_def
409
- if engine_supports_schema_comments and self.comments_enabled:
410
- is_view = False
+ is_view = False
411
412
return super()._build_column_defs(target_columns_to_types, column_descriptions, is_view)
0 commit comments