databricks-sql-go
databricks-sql-go copied to clipboard
Fix context loss in polling and connection close operations
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
Hi @gopalldb, please let me know your feedback on the latest PR updates. Thank you!