-
Notifications
You must be signed in to change notification settings - Fork 139
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
List tables/metrics using information_schema in source command. #914
List tables/metrics using information_schema in source command. #914
Conversation
05f11cc
to
cce8352
Compare
cce8352
to
5984069
Compare
ac74d02
to
2481429
Compare
Codecov Report
@@ Coverage Diff @@
## 2.x #914 +/- ##
============================================
- Coverage 97.57% 94.95% -2.63%
- Complexity 3153 3185 +32
============================================
Files 305 318 +13
Lines 7874 8641 +767
Branches 512 639 +127
============================================
+ Hits 7683 8205 +522
- Misses 190 382 +192
- Partials 1 54 +53
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
2481429
to
125b140
Compare
ceddec6
to
154c6f2
Compare
d885d41
to
2881a8c
Compare
a1109a8
to
39711c2
Compare
core/src/main/java/org/opensearch/sql/analysis/model/CatalogName.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/opensearch/sql/analysis/model/CatalogName.java
Outdated
Show resolved
Hide resolved
c35e089
to
67db797
Compare
Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
67db797
to
fdf926e
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.
Thanks.
Signed-off-by: vamsi-amazon reddyvam@amazon.com
Description
List Metrics using information_schema in source command.
Example commands.
List all tables/metrics.
source = prometheus.information_schema.tables
Issues Resolved
#986
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.