seems to work thanks. But its not as handy as .get_local_copy() method. I will try to raise a feature request. Since this again returns a .zip path. I would like to received a local path which is easily parsable like the method describe above.
I think the only way you can get it is from the task attribute:
ds = Dataset.get(dataset_id="your dataset id") ds_uri = ds._task.artifacts.get("data").url
yes but for the dataset located in the server, so that i can parse them like a normal local copy
Hi BitterLeopard33 ,
You want to have the data section in the dataset task uri?