Skip to content

Commit f679392

Browse files
committed
feature(MLFlow Experiment Tracking): Change GET by POST in Public Garbage collector endpoint
Solves: [sc-85315](https://app.shortcut.com/dataiku/story/85315/run-details-ux-refinements)
1 parent dc5e5dd commit f679392

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)