Discovering Schema Failed Issue #36479
-
I am creating a custom connector on Airbyte. After finishing up the Python source and testing all execution I thought of testing it via connection using Airbyte interface. I created a docker image, tagged it and uploaded it to docker hub and used it on my local instance of Airbyte. I was able to add source but when I built a connection against any destination, I get error that I am attaching the log file of error as well. In log file I can see the command which runs for checking config and when I run that command from my terminal it works fine. Not sure what is getting wrong when I am doing it via local instance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Also experiencing this issue with v0.55.2, but with any source connector. |
Beta Was this translation helpful? Give feedback.
-
@ahmed-buksh do you have a detailed explenation? I am running into the same problem? :) and I am currently not able to fix it. the confusing thing is that it runs on lower airbyte version? |
Beta Was this translation helpful? Give feedback.
So I was able to figure out issue. In my streams
primary_id
was not as per schema for some streams which raised this issue. I inspected locally running airbyte logs in detail to find this out.