Bulk Update Progress Logs
Colin-R opened this issue · 1 comments
Colin-R commented
It would be nice to be kept up-to-date with the progress that the bulk update is doing using logs to the console. For example:
- Which page is currently being worked on.
- Total number of rows updated.
- Timings (if you're updating 100 batches of 10,000 rows getting a time estimate of the first page gives you a reference for the whole job).
- Log and display any errors (this could probably be a separate issue).
Just a couple of suggestions for a great library, cheers!
arnau126 commented
That would be very useful. However I'm not familiar with logs.
Do you think you would be able to implement it in a PR?