For snowflakes version 2 API call, how do I retrieve the 2nd partition of the result?

Viewed 23

For Snowflakes version 1 API call, we had the concept of pages and page numbers. For Snowflakes version 2 API, we have to provide the partition no for the data partition to be retrieved. I tried to put the partition number in the header, as a parameter and in body of the API, but I still get the first partition as response. Can anyone please help me with this?

1 Answers
Related