Closed shelldandy closed 1 month ago
https://github.com/databricks/databricks-sql-go/blob/93222abd7f5be64af98bd90fe8d60972d365eda6/internal/client/client.go#L162-L171
This needs to actually pass ctx so custom authenticators can make use of the context.
ctx
The bug was introduced here:
https://github.com/databricks/databricks-sql-go/pull/60/files#diff-3b1f8149deb45d304c69c856bcd1b9b628961fb6000486cb39172a99cb8de514L91-R90
https://github.com/databricks/databricks-sql-go/blob/93222abd7f5be64af98bd90fe8d60972d365eda6/internal/client/client.go#L162-L171
This needs to actually pass
ctx
so custom authenticators can make use of the context.The bug was introduced here:
https://github.com/databricks/databricks-sql-go/pull/60/files#diff-3b1f8149deb45d304c69c856bcd1b9b628961fb6000486cb39172a99cb8de514L91-R90