Skip to content

Commit fc51e29

Browse files
authored
Merge pull request #242 from dataiku/task/cs-rename-tpl-name
rename template.name to template.label
2 parents a0ea21b + 43b4765 commit fc51e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss/admin.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1508,8 +1508,8 @@ def to_code_studio_template(self):
15081508
return DSSCodeStudioTemplate(self.client, self._data["id"])
15091509

15101510
@property
1511-
def name(self):
1512-
return self._data["name"]
1511+
def label(self):
1512+
return self._data["label"]
15131513
@property
15141514
def id(self):
15151515
return self._data["id"]

0 commit comments

Comments
 (0)