databricks / databricks-sql-go

Golang database/sql driver for Databricks SQL.
Apache License 2.0
37 stars 41 forks source link

Improve error message and retry behaviour #111

Closed andrefurlan-db closed 1 year ago

andrefurlan-db commented 1 year ago

Be more restrictive on retries: only retry on 429 and 503 StatusCodes or connection errors.

Return better error messages regarding retry reasons and invalid user input.