Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Hi @Giuseppe_C ,
Can you try running the command with the --debug flag to see if there is any additional information that you can gather? Full command: databricks import-dir <source> <dest> --overwrite --debug
Also, verify that the target path is not under /Repos (imports to Repos-managed paths are not supported). If your sources live in Azure Repos, consider managing deployment with Databricks Repos (Git-backed) and update to the desired commit in automation instead of pushing into the Workspace tree. This avoids format mismatches and overwrite edge cases (source).