Skip to content

Commit f2420a8

Browse files
committed
add preloading of bundles
1 parent 5ad3931 commit f2420a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dataikuapi/dss/project.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@ def activate_bundle(self, bundle_id):
394394
return self.client._perform_json("POST",
395395
"/projects/%s/bundles/imported/%s/actions/activate" % (self.project_key, bundle_id))
396396

397+
def preload_bundle(self, bundle_id):
398+
return self.client._perform_json("POST",
399+
"/projects/%s/bundles/imported/%s/actions/preload" % (self.project_key, bundle_id))
400+
397401

398402
########################################################
399403
# Scenarios

0 commit comments

Comments
 (0)