Skip to content

Commit 1fd8ac5

Browse files
docs(mssql): Refer to mssql-python extra.
1 parent f425f34 commit 1fd8ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/engines/mssql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Set `driver: "pyodbc"` in your connection options.
1616
#### Python Driver (Official Microsoft driver for Azure SQL):
1717
See [`mssql-python`](https://pypi.org/project/mssql-python/) for more information.
1818
```
19-
pip install "sqlmesh[fabric-mssql-python]"
19+
pip install "sqlmesh[mssql-python]"
2020
```
2121
Set `driver: "mssql-python"` in your connection options.
2222

0 commit comments

Comments
 (0)