- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 01:58 AM
Morning everyone!
I`m trying to copy from the repo into the databricks workspace all the notebooks.
I`m using the command: databricks workspace import_dir . /Shared/Notebooks, it will just print all the info regarding the Workspace API.
If I launch databricks clusters list it will print all the clusters. It seems the issue is with all the command under databricks workspace... Have someone the same issue?
Thanks in advance for the support!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 03:58 AM
Hi all,
I`ve disinstalled and installed again databricks-cli and now worked.
Is not a real solution but still it worked after one week...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 04:44 AM
Hello @ila-de,
Could you please advise why version of databricks cli are you using?
databricks -v
Please try to upgrade the version to latest if it is not.
Can you try with: databricks workspace import-dir --overwrite $localDirectory $destinationNotebookDirectory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 04:54 AM
Hi Alberto,
thanks for your reply, I m using the latest 240, I also tried to install the old versions till 238 (once a time).
I ve tried: databricks workspace import-dir --overwrite $localDirectory $destinationNotebookDirectory
also with the - - overwrite at the end. But same result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 05:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 06:13 AM
Hi @ila-de,
Can you try using --debug option? and embedding a test file?
Like this:
databricks workspace import-dir test /Workspace/Users/ --debug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 06:50 AM
Hi @Alberto_Umana , I attach screenshot so you can see, I always have the same "output". It seems "databricks workspace" as command itself is not working
databricks -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 03:11 AM
Hi @Alberto_Umana do you have please any suggestion?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 03:58 AM
Hi all,
I`ve disinstalled and installed again databricks-cli and now worked.
Is not a real solution but still it worked after one week...

