Skip to content

Commit a8ca347

Browse files
committed
MF ID is an ID
1 parent d2d5ca4 commit a8ca347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/managedfolder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self, client, project_key, odb_id):
1616
self.odb_id = odb_id
1717

1818
@property
19-
def name(self):
19+
def id(self):
2020
return self.odb_id
2121

2222
########################################################

0 commit comments

Comments
 (0)