You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was a python package version problem, unrelated to dagster.
I.e., an older python package which had not been updated to work on amd64 in and arm64 environement.
Dagster version
1.6.2
What's the issue?
I'm developing an extract against a db2-database, which requires libraries that only support x86 at the moment, while my machine is an m1 mac.
I've therefore set
platform: linux/amd64
in the docker compose config. This all works, I'm able to build the docker image and work with the database.However, I get the following code location error in the dagster UI:
What did you expect to happen?
Dagster beeing able to load the code-location without issues
How to reproduce?
Run dagster in a docker container on an arm-machine, setting platform to amd64
Deployment type
Dagster Cloud
Deployment details
Docker version 25.0.3, build 4debf41
Docker Compose version v2.24.5-desktop.1
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: