estuary / connectors

Connectors for capturing data from external data sources
Other
48 stars 13 forks source link

source-klaviyo: Adding event_name field to Events stream #1692

Closed Luishfs closed 3 months ago

Luishfs commented 3 months ago

Description:

A user requested the "event_name" field to be included on the "Events" stream schema. This PR adds a call to the metrics endpoint in order to get the event_name value, since the Events stream originally does not return it.

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable