Error workspace type REPO not supported
Hello, Thank you for creating this wonderful module! Any idea why i get this message? From your documentation the Object Type should be supported no?
Exception: /Users/robert/.local/share/powershell/Modules/DatabricksPS/1.9.9.4/Public/ImportExport.ps1:180:5 Line | 180 | … throw "Workspace item Object Type $objectType under path … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Workspace item Object Type REPO under path /Repos/xxxx/ana-test is not supported!
also getting this:
Workspace item Object Type MLFLOW_EXPERIMENT under path xxx is not supported!
so each object in the workspace has an Object Type (NOTEBOOK, DIRECTORY, ...) - some are currently supported, some are not
REPO type: basically the root of your repo has Object Type REPO and is similar to a DIRECTORY. However, in a Repo you can also have non-Notebook files which currently cannot be downloaded (see https://github.com/paiqo/Databricks-VSCode/issues/64) This would result in an incomplete Download hence it is aborting In general, if you are using the Repo feature, why do you need to download the workspace manually as everything is also in your repo already?
MLFLOW_EXPERIMETN type: similar to REPO type, this also currently cannot be downloaded via the Workspace REST API
what would you expect to happen in case one of these object types is encountered?
Thank you for clarifying! I'm just trying to mirror the workspace from one subscription to another. And my understanding of databricks is not top-notch so to speak :)
ok, got it
so you can Sync the repos also using the Get-DatabricksRepo and Add-DatabricksRepo cmdlets but they are currently not part of/covered by the Import/Export cmdlets (I may add them in the future though)
for the MLFlow experiments I am afraid you have to do it manually as there is currently no way to do this programmatically
Right! I will give that a go thank you very much! :) 👍
closing as it was fixed and I did not get negative feedback