Issue with custom low code connector not writing data to Postgre destination

Summary

Custom low code connector is not writing data to Postgre destination in Airbyte.


Question

Hello! Have anyone encountered the following problem
The custom low code connector is working fine on airbyte but not writing any data to postgre destination?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["custom-low-code-connector", "data-writing", "postgre-destination", "airbyte"]

Did you test the custom connector, is the reading working?

Hi! Yes i can see all data in json format but not even in a raw tables of destination

Might it be bacause i have csv response ?

Did you create a custom RecordReader?

Yes, exactly
https://github.com/aalkuatova/source-custom-appsflyer
it worked very weirdly: in my mac laptop it didn’t write to a raw-tables but in corporate airbyte it has written data to raw-tables but not to normalized tables
I can not inject dbt models from logs using airbyte docs, is there any videos on this topic? Thanks