mirror of https://github.com/databricks/cli.git
783e05c939
## Changes Fixes issue introduced here https://github.com/databricks/cli/pull/1699 where PyPi packages were treated as local library. The reason is that `libraryPath` returns an empty string as a path for PyPi packages and then `IsLibraryLocal` treated empty string as local path. Both of these functions are fixed in this PR. ## Tests Added regression test |
||
---|---|---|
.. | ||
testdata | ||
expand_glob_references.go | ||
expand_glob_references_test.go | ||
helpers.go | ||
helpers_test.go | ||
libraries.go | ||
local_path.go | ||
local_path_test.go | ||
match_test.go | ||
upload.go | ||
upload_test.go | ||
workspace_path.go | ||
workspace_path_test.go |