Hi Alexey, Do you mind showing us the output of your `pio import` command and the way you find out the number of imported events?
FYI, the `pio import` command skips the event server completely, reads the file for import, and writes to the data storage directly. It does not have a limit on how many rows it can read and write. Regards, Donald On Tue, Jul 9, 2019 at 2:48 AM Alexey Grachev < [email protected]> wrote: > Hello, I try to import a well formed file to the event server with this > command: > > > pio import --appid 1 --input dataset_prepared_for_training.json > > > I have about 500000 events, but pio imports only 20! where can i set up > the limit to, say, 1mln? > > > Thanks a lot! > > > Alexey > > >
