sql-bi / Pbi-PushDataset

Validate and translate regular Tabular models in Push Datasets, also providing helper functions to clear, populate, and simulate real-time transactions.
MIT License
48 stars 15 forks source link

Simulation command comes back with error (Operation returned an invalid status code 'RequestEntityTooLarge') #9

Open shadigolzarpour opened 2 years ago

shadigolzarpour commented 2 years ago

simulation error toolarge error i have aggregated data , they are scans number by date/time of the scan (date hour minute), i have changed the batch row to 31535, and it comes back with error when i run simulation , can you pls advise thanks

marcosqlbi commented 2 years ago

There is probably a limit in the size of the JSON file sent for the request, which probably depends on the number of rows and columns you have. Try to reduce the number of rows in a batch.