Skip to content

Commit 53ddf7c

Browse files
authored
Merge pull request #234 from dataiku/feature/dss11-sc-86859-change-get-by-post-in-public-garbage-collect
feature(MLFlow Experiment Tracking): Change GET by POST in Public Gar…
2 parents dc5e5dd + f679392 commit 53ddf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/mlflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def garbage_collect(self):
9191
Permanently deletes the experiments and runs marked as "Deleted"
9292
"""
9393
self.client._perform_http(
94-
"GET", "/api/2.0/mlflow/extension/garbage-collect",
94+
"POST", "/api/2.0/mlflow/extension/garbage-collect",
9595
headers={"x-dku-mlflow-project-key": self.project_key}
9696
)
9797

0 commit comments

Comments
 (0)