Batch limit

Trying to connect Looker via API.How many records can a batch contain?

0 1 93
1 REPLY 1

Hi @AMC1101,

There is no feature to support batching multiple API requests right now. This would need to be done via an external script. You can submit a request for this feature with our product team. This article talks more about how to submit feedback directly to that team. 

There is a specific number of requests the web server looker runs on can handle (200 per node). There is a specific start up flag for --api-server-max-thread where you can set a specific limit there. 

Thanks,

Eric