mirror of https://github.com/databricks/cli.git
5431174302
## Changes
Removed hash from the upload path since it's not useful anyway.
The main reason for that change was to make it work on all-purpose
clusters. But in order to make it work, wheel version needs to be
increased anyway. So having only hash in path is useless.
Note: using --build-number (build tag) flag does not help with
re-installing libraries on all-purpose clusters. The reason is that
`pip` ignoring build tag when upgrading the library and only look at
wheel version.
Build tag is only used for sorting the versions and the one with higher
build tag takes priority when installed. It only works if no library is
installed.
See
|
||
---|---|---|
.. | ||
whl | ||
all.go | ||
artifacts.go | ||
autodetect.go | ||
build.go | ||
infer.go | ||
upload.go |