We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Expected behavior get_arch() should catch aarch64 and return arm64.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Expected behavior
get_arch() should catch aarch64 and return arm64.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: