Hi!
I have set up Sendgrid to send events of all types to my snowplow collector url (using AWS & the snowflake streaming data pipeline) and am getting data every second into my events table.
However, upon seeing the data itself, I am missing a solid 60%-70% of the events. Sendgrid Webhook documentation specifies that multiple events are sent in the same POST request. I’m receiving around ~1800 posted delivered events per day even though I’m expecting around 280k, which leads me to believe that my collector is reading the first event and not reading the rest of the JSON within the POST request.
How can I configure my collector / enrichment pipeline to iterate through each event in the POST request, or is there a setting in the terraform files that needed to be turned on to allow such usage?
Thanks for reading my question & I’d greatly appreciate any ideas you may have!!