We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mssql-python
1 parent f425f34 commit 1fd8ac5Copy full SHA for 1fd8ac5
docs/integrations/engines/mssql.md
@@ -16,7 +16,7 @@ Set `driver: "pyodbc"` in your connection options.
16
#### Python Driver (Official Microsoft driver for Azure SQL):
17
See [`mssql-python`](https://pypi.org/project/mssql-python/) for more information.
18
```
19
-pip install "sqlmesh[fabric-mssql-python]"
+pip install "sqlmesh[mssql-python]"
20
21
Set `driver: "mssql-python"` in your connection options.
22
0 commit comments