James Vorderbruggen
James Vorderbruggen
Same issue here on MacOS. I was able to work around it by selecting another profile, entering my MFA for that one (the popup worked,) and then switching back. Here...
I've started taking a look at this, and adding support for these seems doable. The functionality can be bolted onto `maybe_parse_table_version`. I can start by adding support for Databricks time...
Interesting. I was able to reproduce with the following code: ```go package main import ( "context" "database/sql" "fmt" _ "github.com/databricks/databricks-sql-go" ) func main() { db, err := sql.Open("databricks", "token:*****@*****:443/sql/1.0/warehouses/*****") if...