Serge Smertin
Serge Smertin
@tanmay, can pull request the change? Please introduce the Version class with the single public constant field and refactor the UserAgent class. You also have to modify the .codegen.json to...
@mgyucht let's discuss this tomorrow. The only stable interface are `CredentialsProvider`, `HeaderFactory`, and the public part of `DatabricksConfig`. the rest should be marked with `@DeveloeprApi` =)
Thank you for the feature request! Currently, the team operates in a limited capacity, carefully prioritizing, and we cannot provide a timeline to implement this feature. Please make a Pull...
@jordandakota 1. `DATABRICKS_ACCOUNT_ID`, not `ACCOUNT_ID` 2. you don't have to `azure_tenant_id = env("AZURE_TENANT_ID")`, because `AccountClient()` loads from environment variables by default. 3. billable usage apis are not available on azure....
nice pr
I'll probably end up writing it in Go...
@rwforest you have to use a valid Databricks CLI auth profile to install UCX and to use this command
@asnare i'm not sure we need it - the idea of `@retried` is to set the expected maximum time to run. If it fails for the first time, it'll get...
you can parse the LSP spec with some markdown & https://github.com/dop251/goja and have things pretty code-generatable. e.g. instead of `TextDocumentCodeAction: func(ctx context.Context, params *protocol.CodeActionParams) (any, error) {`, you can have...
it's just the convention for the Go ecosystem nowadays to have `ctx context.Context` as the first parameter of everything involved with IO 🤷♂️