-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charges #1
Comments
I'm seeing the same thing. It seems to be missing charges. Probably due to the charge generation. Specifically, after an April 6th billing run, new charges were generated for May 6th, but my stitch connection only picked up about half of the new charges Edit: My thought is that charges are generated with "updated_at" in the past by the time they show up on the API. Nearly half of mine are not getting pulled in. To fix I had to do a full replication, which used up tons of my monthly row allocation. |
I ended up building a custom integrator: ReCharge -> my app -> S3 -> BigQuery |
Gotcha. I already have a number of queries pointing to these tables, so I'd rather get this hooked up. Talking to Recharge support right now to test out my delayed charge generation hypothesis. |
Hmm,
But when I hit the API at that endpoint, I get 42 records Edit: trying another to see if its still missing them. Got 6/44 :/ Edit 2: Maybe its a timezone issue? It looks like its setting the bookmarks in local time, but with GMT as the timezone, which makes up a 4 hour gap between EST. |
From Recharge Support
|
Okay, so it turns out it is most likely a pagination/sorting issue on the recharge API side. Jeff is putting together a PR |
Appreciate y'all's work on this. I think I'm having the same issue with charges, just curious if there's been any update? |
I ended up reverting back to a custom api upload tap and just backfill today-2days every day. It doubles the rows loaded into the warehouse, but at least the data is correct. |
But #3 should have fixed it if the issues was pagination and bookmarking |
hi @Brobin did you finally know what was going on ? I'm having the same problem as you had : missing some customer updates |
Hello - any updates on this? I am seeing the same issue. Stale charge dates via the recharge connector. A handful of rows have not updated since my initial bulk upload. |
Hey.
Rather a question than an issue. I got almost 3 times less charges in Stitch than I have in ReCharge. All other tables seems pretty close. Is there something I'm missing? Thanks
The text was updated successfully, but these errors were encountered: