Unanswered
Hi
I'M Trying To Finalize A Dataset, But Although The
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
136 Views
0
Answers
one year ago
one year ago