-
Notifications
You must be signed in to change notification settings - Fork 322
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(api-server): add query parameters to the sql query api #2277
Conversation
Codecov ReportBase: 75.90% // Head: 75.65% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2277 +/- ##
============================================
- Coverage 75.90% 75.65% -0.26%
- Complexity 368 371 +3
============================================
Files 629 638 +9
Lines 119694 120154 +460
Branches 1044 1058 +14
============================================
+ Hits 90859 90907 +48
- Misses 28619 29030 +411
- Partials 216 217 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Add doc about it. docs/zh/quickstart/rest_api.md
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
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
fix feat(api-server): add query parameters to the sql query api #2128
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
add query parameters to the sql query api