will do
A work around that worked for me is to explicitly complete the task, seems like the flush
has some bug
task = Task.get_task('...')
task.close()
task.mark_completed()
ds.is_final()
True
Hi @<1523701323046850560:profile|OutrageousSheep60> , we just released v1.12.1 - can you please check with that version?
upgrading to 1.12.1 didn't help
I think the issue is that when I create the dataset
- i used
use_current_task=True,
If I change it to
use_current_task=False,
then it finalizes