Databricks.API.PowerShell
Databricks.API.PowerShell copied to clipboard
Import does not copy files using Devops
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"