ryan_bell
03/20/2024, 4:10 PMHowdy!
Long time Meltano user here. Right now I’m integrating the MeltanoLabs version of tap-klaviyo, and all went well until I tried ingesting thestream usingevents
. I’ve narrowed it down to the point that I know the exact problem is with the fieldtarget-postgres
. For some reason Postgres really doesn’t like that field and returns this Loader Failure error when I select it:events.attributes.event_properties
```2024-03-14T164853.916337Z [info ] for k, v in d['properties'].items(): cmd_type=loader name=target-postgres run_id=fdf1c179-eac4-41fc-a8bb-3eabd4c40f2f state_id=2024-03-14T164850--tap-klaviyo--target-postgres stdio=stderr
2024-03-14T164853.916383Z [info ] KeyError: 'properties' cmd_type=loader name=target-postgres run_id=fdf1c179-eac4-41fc-a8bb-3eabd4c40f2f state_id=2024-03-14T164850--tap-klaviyo--target-postgres stdio=stderr```
Has anyone run into this before?