Closed niall-turbitt closed 1 year ago
LGTM just one question, I notice we don't supply architecture anymore, is that taken care of by the
install.sh
script?
@arpitjasa-db I assume so as I did not need to pass that as an env var when testing. @pietern can you confirm this?
LGTM just one question, I notice we don't supply architecture anymore, is that taken care of by the
install.sh
script?@arpitjasa-db I assume so as I did not need to pass that as an env var when testing. @pietern can you confirm this?
It's taken care of by the script: https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh
@niall-turbitt Before merging, could you please update
[...]-tests-ci.yml
to run justdatabricks version
instead ofdatabricks version --detail
? The latter is going away in favor of--output json
to be consistent with other commands.I believe this is the only callsite with the
--detail
flag.
done! And also removed the pre-existing env var declaring the version. Thanks for reviewing @pietern
@niall-turbitt Thank you!
curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sh
rather than the installer script within the repo