Skip to content

Commit

Permalink
Merge branch 'develop' into ci/configure-mono-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed May 14, 2024
2 parents c7b0f00 + 7720dc4 commit 9866a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argilla/src/argilla/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ def delete(self, name: str, workspace: Optional[str] = None):
if workspace is not None:
self.set_workspace(workspace)

_LOGGER.info(f"Dataset {name} is being delete by {self._user.id}")
datasets_api.delete_dataset(client=self.http_client, name=name)

def log(
Expand Down

0 comments on commit 9866a6f

Please sign in to comment.