Query a DataSet: random "400: Internal server errors"
I've created a connector that pulls the data from the big Dataset (~2M records) using the Dataset Query API. Since the Dataset Query API does not support exporting huge datasets as CSV I used Querying by 50000 record with limit and incremental offset, so I'm making several HTTP requests to the Dataset like: * request POST…