Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-stripe-native: switch Payouts to a no events stream
No `payout.*` events are generated by Stripe despite being detailed in their docs, so we can't rely on those events to do incremental replication. Instead, we can treat `Payouts` as a no event stream. It seems like most payouts aren't updated after creation, so this strategy should work fine most of the time.
- Loading branch information