-
Notifications
You must be signed in to change notification settings - Fork 12
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
Datasets list API v2 - SDK #796
Conversation
@@ -253,24 +255,43 @@ def get_datasets( | |||
Returns: | |||
list of (role, dataset) pairs for datasets matching filter conditions. | |||
""" | |||
properties_filter = self.__validate_filter(locals()) |
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.
Love seeing this hack die 😍
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.
I suggest we don't do the 'current user' thing at all. Plus there are some test error.
But in principle I'm all for it!
70b8f47
to
799a7be
Compare
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.
Approving Adam's changes and self-applying the comment
34fe5e5
to
a943321
Compare
Unit test report (Pydantic 1.x)189 tests 189 ✅ 5s ⏱️ Results for commit db2ce1e. |
Unit test report ((Pydantic 2.x)189 tests 189 ✅ 6s ⏱️ Results for commit db2ce1e. |
SDK integration test report270 tests 270 ✅ 24m 50s ⏱️ Results for commit db2ce1e. |
Datasets list API v2 - SDK