Miguel Palau
Miguel Palau
So stuff between backticks can trigger the CSS expansions instead of making a new css block: ```jsx styled.div` // What i type db // what to expect display: block; //...
How can i use an access token from microsoft extra id if i already have it somewhere as a string (like a variable somewhere) to connect? https://community.databricks.com/t5/community-discussions/azure-oauth-passthrough-with-the-go-driver/td-p/66491
That way we can programmatically add arguments to the `NewConnector` function instead of copy/pasting all of them across conditionals. For extra context we'd like to not repeat code everywhere depending...
Fixes: https://github.com/databricks/databricks-sql-go/issues/201 That way we can programmatically add arguments to the `NewConnector` function instead of copy/pasting all of them across conditionals.
## Description This PR allows the nvim-dap module to read from vscode's launch.json and add those configurations to the ones in nvim-dap. ## Related Issue(s) ## Screenshots Before: After: ##...
Do we have any sort of timeline on when this feature would be integrated to the driver? https://learn.microsoft.com/en-us/azure/databricks/dev-tools/auth/#--supported-authentication-types-by-azure-databricks-tool-or-sdk
## Description Currently hitting `fb` triggers the telescope buffers command but because we're passing the `sort_lastused=true` flag the index starts at the second item. This happens because of this line...
Fixes https://github.com/databricks/databricks-sql-go/issues/242 Fixes https://github.com/databricks/databricks-sql-go/issues/231 This needs to actually pass ctx so custom authenticators can make use of the context.
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
Fixes CVE-2024-47764