Azure/azure-databricks-client

not possible to use Azure SDK for credential passthrough to assign a user

romanlykhnenko opened this issue · 4 comments

While developing solution for a big audit company, we are going to use “credential passthrough” option for creation of the Databricks clusters, a crucial part of this process is to specify user account that is supposed to be used for “credential passthrough”. This can be done from Databricks UI, but we could not find a way how to do this through C#.Net SDK (Microsoft.Azure.Databricks.Client) - it is possible to configure a cluster with credential passthrough, but not possible to assign a user.

Could you please clarify if this functionality is really missing in Azure SDK/Databricks API ?

@memoryz
Hi,
i've just noticed that you made some commits, does it mean that the issue is solved now ?

Yea. It was implemented in version 2.0.0-rc.1. The new version is available in nuget as a pre-release version.

Hi,
This new version is targeting only .net6. Can we get the same functionality in .Net framework (i.e >=4.6.1)?

Please open a new issue and I'll port it to the 1.1 branch.