@@ -10,17 +10,17 @@ pip install "sqlmesh[mssql]"
1010
1111### Connection options
1212
13- | Option | Description | Type | Required |
14- | ------------------- | -------------------------------------------------------------- | :--------: | :--------: |
15- | ` type ` | Engine type name - must be ` mssql ` | string | Y |
16- | ` host ` | The hostname of the MSSQL server | string | Y |
17- | ` user ` | The username to use for authentication with the MSSQL server | string | Y |
18- | ` password ` | The password to use for authentication with the MSSQL server | string | Y |
19- | ` port ` | The port number of the MSSQL server | int | N |
20- | ` database ` | The target database | string | N |
21- | ` charset ` | The character set used for the connection | string | N |
22- | ` timeout ` | The query timeout in seconds. Default: no timeout | int | N |
23- | ` login_timeout ` | The timeout for connection and login in seconds. Default: 60 | int | N |
24- | ` appname ` | The application name to use for the connection | string | N |
25- | ` conn_properties ` | The list of connection properties | [ string] | N |
26- | ` autocommit ` | Is autocommit mode enabled. Default: false | bool | N |
13+ | Option | Description | Type | Required |
14+ | ----------------- | ------------------------------------------------------------ | :----------: | :------: |
15+ | ` type ` | Engine type name - must be ` mssql ` | string | Y |
16+ | ` host ` | The hostname of the MSSQL server | string | Y |
17+ | ` user ` | The username to use for authentication with the MSSQL server | string | N |
18+ | ` password ` | The password to use for authentication with the MSSQL server | string | N |
19+ | ` port ` | The port number of the MSSQL server | int | N |
20+ | ` database ` | The target database | string | N |
21+ | ` charset ` | The character set used for the connection | string | N |
22+ | ` timeout ` | The query timeout in seconds. Default: no timeout | int | N |
23+ | ` login_timeout ` | The timeout for connection and login in seconds. Default: 60 | int | N |
24+ | ` appname ` | The application name to use for the connection | string | N |
25+ | ` conn_properties ` | The list of connection properties | list [ string] | N |
26+ | ` autocommit ` | Is autocommit mode enabled. Default: false | bool | N |
0 commit comments