I am using simple_salesforce package in python to extract data from SalesForce.
I have a table that has around 2.8 million records and I am using query_more to extract all data.
SOQL extracts 1000 rows at a time. How can I increase the batchsize in python to extract maximum number of rows at a time. [I hope maximum number of rows is 2000 at a time]?
Thanks