databricks / databricks-sql-go

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

User agent information is not visible in Databricks query history details #246

Open ezbercihk opened 2 weeks ago

ezbercihk commented 2 weeks ago

I am not sure if this is the right place for this but we noticed that we no longer see the user agent details showing up and instead we see the following:

Screenshot 2024-09-18 at 10 13 32 AM

We are following the format stated at https://pkg.go.dev/github.com/databricks/databricks-sql-go#WithUserAgentEntry but it doesn't seem to work.

kravets-levko commented 2 weeks ago

Hi @ezbercihk! Thank you for reporting this, but I think you have to reach out Databricks support. I checked all three our drivers - they all send a customized useragent, but for all of them it's not shown in query history. So it has to be related to the UI itself, not the library

image
ezbercihk commented 2 weeks ago

thanks, @kravets-levko! We'll reach out to Databricks support for this.. thank you for investigating