But I think this error has only appeared since I upgraded to version 1.1.4rc0
Hmm let me check something
GiganticTurtle0 where in the code you set the output destination to "file:///home/mount/user/server_local_storage" ?
So how can I temporarily fix it?
Try:task.output_uri = task.get_output_destination()
But I cannot go back to version v1.1.3 because there is another bug related to the Dataset tags
GiganticTurtle0 found it, fix will be pushed tomorrow 🙂
Hi AgitatedDove14 , gotcha. So how can I temporarily fix it? I'm not able to find something like task.set_output_uri() in the official docs. Or maybe do you plan to solve this problem in the very short term?
BTW: in your code, you should probably replacedataset_task = Task.get_task(task_id=dataset.id)
with:dataset_task = dataset._task
Hi GiganticTurtle0
dataset_task = Task.get_task(task_id=dataset.id)
Hmmm I think that when it gets the Task "output_uri" is not updated from the predefined Task (you can obviously set it again).
This seems like a bug that is unrelated to Datasets.
Basically any Task that you retrieve will default to the default ouput_uri (not the stored one)
AgitatedDove14 It's in the configuration file where I specified that information. But I think this error has only appeared since I upgraded to version 1.1.4rc0
Or maybe do you plan to solve this problem in the very short term? (edited)
Yes we will 🙂