You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/engines/fabric.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,6 @@ pip install "sqlmesh[fabric]"
29
29
|`autocommit`| Is autocommit mode enabled. Default: false | bool | N |
30
30
|`driver`| The driver to use for the connection. Default: pyodbc | string | N |
31
31
|`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 |
32
+
|`tenant_id`| The Azure / Entra tenant UUID | string | Y |
33
+
|`workspace_id`| The Fabric workspace UUID. The preferred way to retrieve it is by running `notebookutils.runtime.context.get("currentWorkspaceId")` in a python notebook.| string | Y |
34
34
|`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