Skip to content

Commit 73d4159

Browse files
committed
drop data of temp instance [ch50588]
1 parent 8346730 commit 73d4159

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)