azure-databricks-client icon indicating copy to clipboard operation
azure-databricks-client copied to clipboard

Client library for Azure Databricks

Results 25 azure-databricks-client issues
Sort by recently updated
recently updated
newest added

Are there any way today to convert a [StatementExecution](https://github.com/Azure/azure-databricks-client/blob/4b2fbb9955db3468c9fc36691b227efb70fe823f/csharp/Microsoft.Azure.Databricks.Client/Models/StatementExecution.cs#L263) result to a C# class? Are there any plans to add some sort of deserializer to this library? I'm reluctant to...

waiting for reply

In the Azure Cosmos client nuget we have support for Workload Identity. We create it and passed it to the method as TokenCredential. Similarly I dont see a constcutor for...

I am trying to use JobsApi to check if the job run is pending but the "RunsList" method is returning LifeCycleState = "RUNNING" when the job is showing "PENDING" on...

waiting for reply

I have added and tested Api endpoints for Model Versions (List model versions, get model versions, get model version by alias) https://docs.databricks.com/api/workspace/modelversions Additionally I also added Api endpoints for Registered...

enhancement

Get a run api endpoint added https://docs.databricks.com/api/azure/workspace/experiments/getrun   - Unit tests passing - Client tested in real environment Resolves #205

Add ML flow experiments get a run endpoint https://docs.databricks.com/api/azure/workspace/experiments/getrun Update: I am working on this and have set up the boilerplate for adding the experiments endpoints and am testing these...

- Add api endpoints for Model Versions https://docs.databricks.com/api/workspace/modelversions - Add api endpoints for Registered Models https://docs.databricks.com/api/workspace/registeredmodels Update: I've made the relevant changes to add these endpoints and unit tests are...

The file containing "LineageApiClient" method "GetColumnsLineage" has an incorrectly defined request URI. There is: .../table-lineage... but should be: .../column-lineage... The problem is located in line number 29 in the file:...

[memoryz](https://github.com/memoryz) Thanks for resolving the issue with [#191](https://github.com/Azure/azure-databricks-client/pull/195). Can you please implement auto/background refresh for WorkloadIdentity/TokenCredential, so that clients need not worry to refresh the token on expiry. Pls refer...

waiting for reply