hi. As we are implementing custom connector for th...
# ask-community-for-troubleshooting
s
hi. As we are implementing custom connector for the source. This source expects to pull data from the api's. So data which we receive we pushed to Postgres in the destination. Which created a column as Jsonb and store the raw json there. After storing the data we were trying to implement the basic normalization and we are getting some issue after that. So we have created this issue where you can read more about this issue https://github.com/airbytehq/airbyte/issues/18904 To get to the code which we have implemented is here https://github.com/DevDataPlatform/airbyte/blob/master/airbyte-integrations/connectors/source-surveycto/source_surveycto/source.py Please suggest what we can do here. Either the documents is suggesting something else which is not clear to us. Document for basic normalization - https://docs.airbyte.com/understanding-airbyte/basic-normalization#destinations-that-support-basic-normalization
s
Hello, I commented on your pull request. It looks like Airbyte is trying to run the
discover
function for your connector and failing. Please attach the full log so I can investigate further.