Commit 737373f
committed
Revert driver name back to godatabrickssqlconnector
Server-side validation requires this exact name. Changing to a different
name causes connection failures:
'Client databricks-sql-go/1.9.0 is not supported for SQL warehouses'
The driver name is validated server-side against a whitelist. We must use
the registered name 'godatabrickssqlconnector' for compatibility.
Note: Telemetry uses 'databricks-sql-go' internally which is fine since
it's not sent to the SQL warehouse endpoint.
Signed-off-by: Samikshya Chand <samikshya.chand@databricks.com>
Signed-off-by: samikshya-chand_data <samikshya.chand@databricks.com>1 parent 4c57151 commit 737373f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments