-
Notifications
You must be signed in to change notification settings - Fork 328
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: implement greptime cli export #2535
Conversation
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2535 +/- ##
===========================================
- Coverage 85.34% 84.84% -0.51%
===========================================
Files 737 738 +1
Lines 117986 118193 +207
===========================================
- Hits 100697 100277 -420
- Misses 17289 17916 +627 |
How about changing |
|
In that case we will need to support wildcard with database, like I think it's OK to have catalog/schema as an internal tool. But if we expose it as a user-facing tool we will need to explain those concepts. |
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
@sunng87 @shuiyisong PTAL |
LGTM. But on top of this we may need authentication or tls setup to secure this tool. |
@shuiyisong PTAL |
1 similar comment
@shuiyisong PTAL |
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.
Export create table SQL works on v0.3 clusters
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
implement
greptime cli export
command line for exporting allSHOW CREATE TABLE
under one catalog。E.g.:
Checklist
Refer to a related PR or issue link (optional)