I have a custom Financial Institution Parser Plugin -- but it does not consume all the transactions I want it to consume. It only consumes 5000 and stops when I am trying to sync ~15k
Is this a known limitation? I cannot find any documentation around this. (I am definitely not hitting the unit usage limits)
Kev Burgess
07/07/2023, 9:15 PM
I only make two queries in my connectivity plugin (which would amount to 20/1000 units) and dont make any queries in my parser plugin... very lost on this.
e
erictgrubaugh
07/08/2023, 3:53 AM
Depending on how you're processing your queries, if you are not paging the queries, then you are likely not receiving all results.
k
Kev Burgess
07/09/2023, 7:23 PM
I did not notice the 5000 row limitation of non paginated queries before 😅
Thank you for putting me on the right track 🙏🙏