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
| host | string | Instance host || true | Your hosting provider's control panel or in your server's MS SQL configuration file |
153
+
| port | number | Instance port || false | Your hosting provider's control panel or in your server's MS SQL configuration file |
154
+
| user | string | Username || true | Created in MS SQL (e.g., via SQL Server Management Studio) or provided by your hosting |
155
+
| dbname | string | Database name || true | Created in MS SQL (e.g., via SQL Server Management Studio) or provided by your hosting |
156
+
| password | string | User's password || true | Created in MS SQL (e.g., via SQL Server Management Studio) or provided by your hosting |
157
+
| aad_token| object | OAuth token AD || true | Either username/password or aad_token should be provided. Requires OAuth setup in Windmill |
157
158
158
159
To specify the application intent for read-only requests, add `-- ApplicationIntent=ReadOnly` to the script.
159
160
161
+
:::info
162
+
When using domain credentials via Entra (Azure Active Directory) you need to add the scope `https://database.windows.net//.default` to the [Windmill OAuth instance setting](../../misc/setup_oauth#azure).
163
+
:::
164
+
160
165
### BigQuery
161
166
162
167
To be able to connect to a [BigQuery](https://cloud.google.com/bigquery) instance, we'll need to define a Resource with the `BigQuery` Resource Type first.
0 commit comments