Skip to content

Commit 5c84254

Browse files
committed
endpoint simplified name
1 parent 7d78e0d commit 5c84254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def get_full_info(self):
530530
a complex JSON object containing all the information on a dataset, such as params, schema, lastbuild infos, status, etc.
531531
"""
532532
return self.client._perform_json(
533-
"GET", "/projects/%s/datasets/%s/getFullInfo" % (self.project_key, self.dataset_name)
533+
"GET", "/projects/%s/datasets/%s/info" % (self.project_key, self.dataset_name)
534534
)
535535

536536
########################################################

0 commit comments

Comments
 (0)