Databricks.API.PowerShell
Databricks.API.PowerShell copied to clipboard
PowerShell wrapper for the Databricks API
Update-DatabricksSQLWarehouseConfig will **not** set the SQLConfigurationParameters. I have the following code. I tried several cases (case 01 and case 02) and nothing works. The function sets the "data access configs"...
This cmd-let is used to post to endpoint api/2.0/jobs/runs/submit, which does not support/require JobID. However, the code makes JobID mandatory and the if conditions on it made it impossible to...
WARNING: This feature is EXPERIMENTAL and still UNDER DEVELOPMENT! Invoke-RestMethod : {"error_code":403,"message":"Invalid access to Org: 7127657513572111"} At C:\Program Files\WindowsPowerShell\Modules\DatabricksPS\1.12.0.1\Public\General.ps1:96 char:13 + ... $result = Invoke-RestMethod -Uri $apiUrl -Method $Method -Headers...
I’m running the latest version of DatabricksPS, I have admin on my Databricks workspace, and Owner on my Azure subscription. I can run set-databricksenvironment with my access token and API...
I was trying to automate the import task using Azure Devops in a powershell script The script runs well but in the destination databricks the files in the workspace folders...
When importing the notebooks using the Import-DatabricksEnvironment command, it's not creating a Directory and getting below error. Looks like the $x = Add-DatabricksWorkspaceDirectory -Path $dbPath -ErrorAction SilentlyContinue, is not working...
> $psEditor.GetEditorContext().CurrentFile.Pathp` > > > > 1. [ ] `__bhbm### aaet**andthepł** _Originally posted by @Czarna0000 in [dd16547](https://github.com/gbrueckl/Databricks.API.PowerShell/commit/dd16547f8e28038e481ad0a3ff3a8a297774820c#r148297318)_
Set-DatabricksEnvironment does not seem to support -CertificateThumbprint. Can this be added? Related Azure documentation: https://learn.microsoft.com/en-us/powershell/module/az.accounts/connect-azaccount?view=azps-14.0.0