saldroubi

Results 12 issues of saldroubi

I want to move DBFS files from one workspace to another. I am not able to export DBFS files? I get this error message: Export-DatabricksEnvironment -Artifacts @("DBFS") -LocalPath test This...

Hello, For Azure, sometimes you want to manage a workspace by creating a token programmatically to use in Set-DatabricksEnvironment -AccessToken $tokenObj.token_value -ApiRootUrl $apiUrl In Azure, there is a way you...

I am trying to setup the environment using username/password but I am confused about the client id? In you example on https://github.com/gbrueckl/Databricks.API.PowerShell#azure-active-directory-aad-usernamepassword You set client id as so: $clientId =...

The command below is not working for setting the permissions on the cluster using piping. $configObj | Add-DatabricksCluster | Pin-DatabricksCluster | Set-DatabricksPermissions -AccessControlList $acl I had to do the following...

Trying to use splatting so I have $clusterParams is read from file and is hashtable and looks like this: Name Value ---- ----- DriverNodeTypeId Standard_E16ds_v4 MaxWorkers 10 SparkConf {spark.sql.session.timeZone, spark.sql.adaptive.enabled,...

On Azure you can create a standard cluster with single user for passthrough authentication. I am not able to pass this **single_user_name.** to Add-DatabricksCluster. I a dummy cluster manually using...

I have this code basically in a loop so user can select an option, it gets performed and then menu appears again so he can pick another menu option to...

I am not seeing the metastores api functions: https://docs.databricks.com/api/workspace/metastores

I don't see functions that implement Workspace bindings API: https://docs.databricks.com/api/workspace/workspacebindings Could you please add?

Could you implement the Unity catalog permission documented here: Get permissions: https://docs.databricks.com/api/workspace/grants/get update permissions: https://docs.databricks.com/api/workspace/grants/update Thank you