Summary
The user is encountering a warning about a mismatched platform when trying to pull the airbyte/custom-transformation-prep image for a custom transformation step from MSSQL to BigQuery. The warning indicates that the requested image platform (linux/arm64) does not match the detected host platform (linux/amd64/v3).
Question
Is this a bug ?
its trying to pull airbyte/custom-transformation-prep but for the wrong platform after adding a custom transformation step in MSSQL to BIGQUERY Connection
WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested
2024-01-10 17:29:45 INFO i.a.c.i.LineGobbler(voidCall):149 - Pulled airbyte/custom-transformation-prep:1.0 from remote.
2024-01-10 17:29:45 INFO i.a.w.p.DockerProcessFactory(create):140 - Creating docker container = custom-transformation-prep-custom-16413-0-owtad with resources io.airbyte.config.ResourceRequirements@1f85e0d4[cpuRequest=,cpuLimit=,memoryRequest=,memoryLimit=,additionalProperties={}] and allowedHosts null
2024-01-10 17:29:45 INFO i.a.w.p.DockerProcessFactory(create):187 - Preparing command: docker run --rm --init -i -w /data/16413/0/transform --log-driver none --name custom-transformation-prep-custom-16413-0-owtad --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_ROLE= -e AIRBYTE_VERSION=0.50.34 airbyte/custom-transformation-prep:1.0 configure-dbt --integration-type bigquery --config destination_config.json --git-repo <<>>/CeXDBT.git --git-branch incremental_bq
2024-01-10 17:29:47 dbt > WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1704907911654769) if you want to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["mismatched-platform", "custom-transformation", "mssql", "bigquery", "image-pulling", "linux-arm64", "linux-amd64"]
</sub>