-
Notifications
You must be signed in to change notification settings - Fork 141
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
Flint async api doc #2387
base: main
Are you sure you want to change the base?
Flint async api doc #2387
Conversation
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #2387 +/- ##
============================================
- Coverage 96.47% 96.46% -0.01%
- Complexity 4915 4918 +3
============================================
Files 465 465
Lines 13519 13522 +3
Branches 910 913 +3
============================================
+ Hits 13042 13044 +2
Misses 458 458
- Partials 19 20 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: YANGDB <[email protected]>
type: object | ||
properties: | ||
status: | ||
type: string |
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.
Should we add enum here for status?
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.
sure
Description
Add swagger API & documentation for the
_async_sql
query endpoint.--- Swagger ---
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.