databricks-sql-go icon indicating copy to clipboard operation
databricks-sql-go copied to clipboard

Fix context loss in polling and connection close operations

Open dgiagio opened this issue 4 months ago • 1 comments

This PR fixes an issue where the driver discards the context.Context during polling, making it impossible to use authentication mechanisms (like Azure OBO) that rely on passing credentials via the context.

Reference:

  • https://github.com/databricks/databricks-sql-go/issues/288
  • https://github.com/grafana/grafana/issues/112955

dgiagio avatar Nov 04 '25 15:11 dgiagio

Hi @gopalldb, please let me know your feedback on the latest PR updates. Thank you!

dgiagio avatar Jan 06 '26 15:01 dgiagio