Skip to content

Commit c835314

Browse files
FChataignermhoarau
authored andcommitted
drop data of temp instance [ch50588]
(cherry picked from commit 73d4159)
1 parent 182e7f3 commit c835314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def __init__(self, client, project_key):
135135

136136

137137
def close(self):
138-
self.get_as_project().delete()
138+
self.get_as_project().delete(drop_data=True)
139139

140140
def __enter__(self,):
141141
return self

0 commit comments

Comments
 (0)