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

[Feature] Publish Docker for ARM platform #1326

Open
3 tasks done
glefloch opened this issue Aug 28, 2024 · 4 comments
Open
3 tasks done

[Feature] Publish Docker for ARM platform #1326

glefloch opened this issue Aug 28, 2024 · 4 comments
Labels
enhancement New feature or request help_wanted Extra attention is needed

Comments

@glefloch
Copy link

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt-bigquery functionality, rather than a Big Idea better suited to a discussion

Describe the feature

The current docker image only support linux/amd64 platform. It makes it impossible to run the image on ARM

Describe alternatives you've considered

In order to test on a local Mac, I have to build the image locally.
After looking at the release script, it seems that in input parameters of the docker release script, we can easily specify target platforms (https:/dbt-labs/dbt-release/blob/8e581cac0fdcf3cefc7a72736d4d71f51420d7b5/.github/workflows/release-docker.yml#L32).

Who will this benefit?

People who run M1/M2 macbook would be able to run the image locally. Also, AWS offers Graviton processors based on ARM, people running on those machine could also use it.

Are you interested in contributing this feature?

yes!

Anything else?

No response

@glefloch glefloch added enhancement New feature or request triage labels Aug 28, 2024
@amychen1776 amychen1776 added help_wanted Extra attention is needed and removed triage labels Aug 28, 2024
@amychen1776
Copy link

@glefloch if you feel like contributing this to the adapter, we would very much appreciate that!

@glefloch
Copy link
Author

Sure, I will try to push something!

@mikaelahlinder
Copy link

@glefloch Any update on this?

@glefloch
Copy link
Author

glefloch commented Oct 4, 2024

Yes, I have a working version on my machine, but I had to remove a package, and I'm not sure of impacts, I'm running more tests. I will try to open a draft PR ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help_wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants