Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Bug in the get_arch() function. It does not catch aarch64 as arm64 when creating the download link for the databricks CLI. #94

Open
SirMiAss opened this issue Feb 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SirMiAss
Copy link

SirMiAss commented Feb 2, 2024

Describe the bug
When installing brickflow on a arm64 linux machine the get_arch() used in the bundle_download_path() returns the wrong architecture string to build our download link.
It returns https://github.com/databricks/cli/releases/download/v0.210.2/databricks_cli_0.210.2_linux_aarch64.zip while it should be https://github.com/databricks/cli/releases/download/v0.210.2/databricks_cli_0.210.2_linux_arm64.zip

To Reproduce
Steps to reproduce the behavior:

  1. Use a linux-arm64 environment.
  2. Install brickflow

Expected behavior
get_arch() should catch aarch64 and return arm64.

Desktop (please complete the following information):

  • OS: [Linux]
  • Architecture [arm64]
@SirMiAss SirMiAss added the bug Something isn't working label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant