databricks-cli
databricks-cli copied to clipboard
Unexpected dbfs cp behaviour
dbfs cp -r testSrc testDst/ (where testSrc is a directory) seems to behave like dbfs cp -r testSrc/* testDst/. To be consistent with cp it should probably behave like dbfs cp -r testSrc testDst/testSrc.