-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add datasets list
command
#3658
Conversation
cc @gabrielmbmb make sure to change the base from |
@alvarobartt thanks! but these commands will get finally included in |
Codecov ReportPatch coverage is
📢 Thoughts on this report? Let us know!. |
The URL of the deployed environment for this PR is https://argilla-quickstart-pr-3658-ki24f765kq-no.a.run.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Most of the comments are about the rename from kind
and DatasetKind
to dataset_type
and DatasetType
.
69e0b43
to
ddd7a86
Compare
Co-authored-by: alvarobartt <[email protected]>
ddd7a86
to
276eac9
Compare
8932816
to
08d1975
Compare
Co-authored-by: Alvaro Bartolome <[email protected]>
f70d116
to
bfb81ae
Compare
Description
This PR adds a new command
python -m argilla datasets list
which allows to list the datasets from the logged Argilla server in the terminal.Closes #3591
Type of change
How Has This Been Tested
I've created a custom environment, used the
python -m argilla login
command to login in it and then list the datasets from this environment using the new command. All the datasets were listed. Applying workspace filter worked. Applying dataset kind filter worked. Additionally, I've added unit tests to cover all the additions.Checklist
CHANGELOG.md
file (See https://keepachangelog.com/)