I have Airbyte 0.50.3 deployed on Kubernetes. I di...
# replication-ask-ai
m
I have Airbyte 0.50.3 deployed on Kubernetes. I did a big jump from 0.40.22 to the latest version. I had a few connections set up - some had normalization used, some didn’t. The currently deployed platform however has an empty Transformation tab as per screen below and all destinations that had normalization toggled are failing. Attaching example log - Airtable. dc7dd622_3d4a_4164_bbf2_eb4e35990748_logs_13858_txt (2).txt (942.7 KB) Please advise I’m starting to lose hope…
k
A message from kapa.ai
New message text here
i
Seems that the normalization docker is gone. Same happened to me after I upgraded. Have you tried re install air bytes ?
I haven't my self but I'm suspicious that the docker used to run the norm for some reason is not available
m
The fix was, believe it or not, adding more memory to the server pod… 🤯
Horrifying look for a solution, because there was no logs indicating memory issues. Discovered only by mistake, trying to fix something else. 🥹
i
Sorry just saw your message. Yeah what really solved was to restart the airbyte docker app in my case cause the normalization docker image was not existent in the OS. That happened after I pruned the docker images so that`s why it lost the capability to run the normalization step. I did that because I was running out of disk space as the connectors use a lot due to constant updates.