We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a54905 commit 6f1a575Copy full SHA for 6f1a575
1 file changed
sqlmesh/core/config/connection.py
@@ -1687,9 +1687,9 @@ class FabricConnectionConfig(MSSQLConnectionConfig):
1687
"""
1688
1689
type_: t.Literal["fabric"] = Field(alias="type", default="fabric") # type: ignore
1690
- DIALECT: t.ClassVar[t.Literal["fabric"]] = "fabric" # type: ignore
1691
- DISPLAY_NAME: t.ClassVar[t.Literal["Fabric"]] = "Fabric" # type: ignore
1692
- DISPLAY_ORDER: t.ClassVar[t.Literal[17]] = 17 # type: ignore
+ DIALECT: t.ClassVar[t.Literal["fabric"]] = "fabric" # type: ignore
+ DISPLAY_NAME: t.ClassVar[t.Literal["Fabric"]] = "Fabric" # type: ignore
+ DISPLAY_ORDER: t.ClassVar[t.Literal[17]] = 17 # type: ignore
1693
driver: t.Literal["pyodbc"] = "pyodbc"
1694
autocommit: t.Optional[bool] = True
1695
0 commit comments