As far my tracker is concerned, there is no error.
Postgres are getting data but not all data. Some basic data such as app id, platform etc are getting sent to database but custom data such as email, device type, device id etc are not reaching database.
Also I am getting some custom data such battery level. batter state etc are coming through to enriched bucket in s3.
I suppose the custom table not getting data because it is not connected to ‘events’ table which stores basic data.
Is there any column which can be used reference for custom table?
I hope I have described the issue with good amount of information. If you feel I am missing something, please let me know.