Hi everyone,
I want to download the current databricks codebase out of a workspace and tried via
databricks databricks workspace export-dir /Sandbox/foo .
Surprisingly, some of the subfolders are twice in the export target: One with the expected name (`bar`) and one with a postfix (bar_LatestClone).
When comparing with what I see in browser in databricks, bar_LatestClone is the latest version. But what's the cause of having two exported versions? My aim is to just download expactly what I see in databricks web.
Thanks
#databricks_cli