SpicyCrab51 you can change the task to complete, it is just a state change nothing will actually change other than the status. Task.get_task(pass_dataset_id_here).mark_complete()
Hi SpicyCrab51 ,
Hmm, how exactly is the Dataset opened?
If the Dataset object is alive for 30h it will keep the dataset alive, why isn't it being closed ?
Hey AgitatedDove14 ! The script I executed ran .add_external_files
for 30h. Something in the process did not work out and the python process stopped. Now it has not been closed.
I opened it by calling Dataset.get
, and the warning is being raised. However, 2.8 Million files are linked, so everything I need to know is included, from which I conclude just changing the status might be fine.
The most important question is:
If I manually change the status of the dataset to “Completed”, will it overwrite the task?