databricks-cli icon indicating copy to clipboard operation
databricks-cli copied to clipboard

workspace import_dir should continue even if a notebook cannot be overwritten.

Open andrewmchen opened this issue 8 years ago • 0 comments

For example, if my local filesystem looks like

- example
  - a.py
  - b.py

And remote looks like

- example
  - a.py

databricks workspace import_dir ./example /example should fail for the first notebook but succeed for the second notebook.

andrewmchen avatar Nov 07 '17 21:11 andrewmchen