We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0fdc6 commit f0acd3bCopy full SHA for f0acd3b
1 file changed
sqlmesh/core/engine_adapter/fabric.py
@@ -16,6 +16,7 @@
16
from sqlmesh.utils.connection_pool import ConnectionPool
17
from sqlmesh.core.schema_diff import TableAlterOperation
18
19
+
20
logger = logging.getLogger(__name__)
21
22
@@ -160,7 +161,7 @@ def alter_table(
160
161
) -> None:
162
"""
163
Disables ALTER TABLE for Fabric since it has limited support.
- By making this a no-op, we signal to the caller to fall back to a
164
+ By making this a no-op, we signal to the caller to fall back to a
165
more reliable drop/add strategy for columns to apply schema changes.
166
167
return
0 commit comments