Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-mixpanel-native: increase
funnels
date window size
This implements the fix made to `annotations` in 8284cbc to the `funnels` stream. The connector has to send at least one API request for each funnel, and for users with hundreds of funnels, this will a minimum take multiple hours. If the connector uses a small date window size & makes more than a single request per funnel, then it's possible for `funnels` to never complete in 24 hours. Since each funnel typically only has KB of data, we can force `funnels` to make a single request per funnel by using a very large date window size.
- Loading branch information