databricks-cli
databricks-cli copied to clipboard
workspace import_dir should continue even if a notebook cannot be overwritten.
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.