Where Can I Find Stripe Events Data?
Question
The Stripe schema doesn't include an EVENTS
table. Where can I find Stripe event data?
Environment
Connector: Stripe
Answer
We sync event data to the tables associated with the relevant object. For example, we sync events like charge.succeeded
to the CHARGE
table, modifying the relevant charge_id
status. This ensures each table reflects the latest state of its corresponding Stripe object without duplicating event logs.