Databricks.API.PowerShell icon indicating copy to clipboard operation
Databricks.API.PowerShell copied to clipboard

Import does not copy files using Devops

Open Swathi41bora opened this issue 1 year ago • 0 comments

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 are missing. It is only copying the workspace names and command runs successfully. I have the files on azure repo and referring the same location in my import command. Could you please let me know what I am missing here

Set-DatabricksEnvironment -AccessToken $accessTokenExport -ApiRootUrl $DBx

Import-DatabricksEnvironment -LocalPath ". /Databricks/Import-files"

image

Swathi41bora avatar May 30 '24 12:05 Swathi41bora