Skip to content

Commit 50fe5e4

Browse files
authored
Update fabric.md
1 parent 873d9f5 commit 50fe5e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/integrations/engines/fabric.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Local/Built-in Scheduler
44
**Engine Adapter Type**: `fabric`
55

6+
NOTE: Fabric Warehouse is not recommended to be used for the SQLMesh [state connection](../../reference/configuration.md#connections).
7+
68
### Installation
79
#### Microsoft Entra ID / Azure Active Directory Authentication:
810
```
@@ -27,4 +29,4 @@ pip install "sqlmesh[mssql-odbc]"
2729
| `autocommit` | Is autocommit mode enabled. Default: false | bool | N |
2830
| `driver` | The driver to use for the connection. Default: pyodbc | string | N |
2931
| `driver_name` | The driver name to use for the connection. E.g., *ODBC Driver 18 for SQL Server* | string | N |
30-
| `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 |
32+
| `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)