-
Notifications
You must be signed in to change notification settings - Fork 49
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
fix: lib and server mode queryables #974
Conversation
Test Results 4 files ± 0 4 suites ±0 4m 11s ⏱️ +4s Results for commit ada4201. ± Comparison against base commit 9b95224. This pull request removes 1 and adds 7 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Code Coverage (Ubuntu)
Minimum allowed coverage is Generated by 🐒 cobertura-action against ada4201 |
Code Coverage (Windows)
Minimum allowed coverage is Generated by 🐒 cobertura-action against ada4201 |
6398e50
to
6f8d04a
Compare
6f8d04a
to
ada4201
Compare
Fixes and refactor of
list_queryables()
and server-mode/queryables
features.list_queryables()
returns a dict containing the EODAG queryable properties,Tuple[Annotated, Any]]
, tuple of annotated type and default value, that can be directly used aspydantic.create_model()
argument: