Hi guys, can you confirm it’s only possible to have a nice progress-bar in the schematic task if you...
d
Hi guys, can you confirm it’s only possible to have a nice progress-bar in the schematic task if you are mapping a task ? More details in thread …
upvote 1
It would be sweet to be able to create a progress bar in serial non mapped tasks, where you would set the total and increment via some API calls a la tqdm … Note is just a “nice to have”, given the Timeline graph in the Overview tab already acts as a progress bar.
For example, in the attached screenshot.
transform_xml_to_jsonl
has has a nice progress bar given that its’ mapped. But given that I must index serially in order
index_jsonl
has not progress bar given that it’s not mapped.
k
We can’t have this progress bar because we don’t know the code running inside a task
👍 2
a
You can check if perhaps you can publish some progress report using intermediary tasks and Artifacts API
👍 1
d
Will take a look !