Skip to content

Commit 1568f9f

Browse files
committed
fix typo
1 parent 5685293 commit 1568f9f

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
@@ -287,7 +287,7 @@ def with_copy_partitioning_from(self, dataset_ref):
287287
:param str dataset_ref: Name of the dataset to copy partitioning from
288288
:return: self
289289
"""
290-
self["partitioningOptionId"] = "copy:%s" % dataset_ref
290+
self.creation_settings["partitioningOptionId"] = "copy:%s" % dataset_ref
291291
return self
292292

293293
def create(self):

0 commit comments

Comments
 (0)