Data update completion notification

I ran the data update from jupyter notebook:
from quantrocket.history import collect_history
collect_history("demo-stocks-1d")

how do we get notified once the data collection is completed?

Using the logs, for which the terminal is better than a notebook.

the logs of the terminal are too confusing (at my level) too much lines for warnings ... and I get lost in it quickly.

what I thought would be good is just something to say: that the download process has finished. these securities/dates were successfully retrieved, and these failed. Go check your data.

A command that waits for a given data collection to finish is planned for an upcoming release:

quantrocket history wait 'demo-stk-1d'