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
|`appname`| The application name to use for the connection | string | N |
28
28
|`conn_properties`| The list of connection properties | list[string]| N |
29
29
|`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 |
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
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