We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5685293 commit 1568f9fCopy full SHA for 1568f9f
dataikuapi/dss/dataset.py
@@ -287,7 +287,7 @@ def with_copy_partitioning_from(self, dataset_ref):
287
:param str dataset_ref: Name of the dataset to copy partitioning from
288
:return: self
289
"""
290
- self["partitioningOptionId"] = "copy:%s" % dataset_ref
+ self.creation_settings["partitioningOptionId"] = "copy:%s" % dataset_ref
291
return self
292
293
def create(self):
0 commit comments