run_query()
, pagination is handled for you automatically behind the scene, so you will get the entire dataset as the returned result. You can pass in parameter batch_size
to define the maximum number of rows per batch or pagination call.get_execution_results()
, you can pass in pagination parameters limit
and offset
directly, as instructed here.Putting it all together