Skip to content
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

Issues when setting max_recs to a value greater than 1000 in Bulk.get_export_data #44

Open
brunocostalopes opened this issue Sep 6, 2020 · 0 comments

Comments

@brunocostalopes
Copy link

While exporting a large volume of data I came across the following issues:

  • calling Bulk.get_export_data with a max_recs value greater than 1000 causes the parameter to be ignored and requests are still sent with the limit set to 1000
  • when the max_recs value is greater than the number of records to export plus 1000, it creates an infinite loop in Bulk.get_data, as _set_limit always returns has_more as True.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant