ryan_bell
03/14/2024, 4:50 PMevents
stream using target-postgres
. I’ve narrowed it down to the point that I know the exact problem is with the field events.attributes.event_properties
. For some reason Postgres really doesn’t like that field and returns this Loader Failure error when I select it:
2024-03-14T16:48:53.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-14T16:48:53.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?