Skip to content

Commit bd0f759

Browse files
fix(docs): update installation command and add tenant & workspace UUID to connection options for Fabric engine
1 parent 9718fd9 commit bd0f759

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/integrations/engines/fabric.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NOTE: Fabric Warehouse is not recommended to be used for the SQLMesh [state conn
88
### Installation
99
#### Microsoft Entra ID / Azure Active Directory Authentication:
1010
```
11-
pip install "sqlmesh[mssql-odbc]"
11+
pip install "sqlmesh[fabric]"
1212
```
1313

1414
### Connection options
@@ -27,6 +27,8 @@ pip install "sqlmesh[mssql-odbc]"
2727
| `appname` | The application name to use for the connection | string | N |
2828
| `conn_properties` | The list of connection properties | list[string] | N |
2929
| `autocommit` | Is autocommit mode enabled. Default: false | bool | N |
30-
| `driver` | The driver to use for the connection. Default: pyodbc | string | N |
30+
| `driver` | The driver to use for the connection. Default: pyodbc | string | N |
3131
| `driver_name` | The driver name to use for the connection. E.g., *ODBC Driver 18 for SQL Server* | string | N |
32+
| `tenant` | The Fabric tenant UUID | string | Y |
33+
| `workspace` | The Fabric workspace UUID | string | Y |
3234
| `odbc_properties` | The dict of ODBC connection properties. E.g., authentication: ActiveDirectoryServicePrincipal. See more [here](https://learn.microsoft.com/en-us/sql/connect/odbc/dsn-connection-string-attribute?view=sql-server-ver16). | dict | N |

0 commit comments

Comments
 (0)