Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Experimental: Multi-tenant import support in Vitess #15503
Experimental: Multi-tenant import support in Vitess #15503
Changes from 50 commits
1b8029f
4ee9820
07a795e
aa959db
f5b5a9b
8d0f27c
a619db6
d58dcb4
20f22ea
b30edf0
8000c5b
10b811c
4f7e07d
890a6a9
7960093
097e900
931f9b6
2a357bb
9036db2
ce4e897
1fd7766
a2fb454
78cdbc6
670ef6d
d42d6f9
4f599c4
f4d78e0
b2c6e1c
6b18d92
1aec51c
c4066e9
1248a1d
b680c4b
e698083
863ab46
4a4c48d
59521fd
562b61e
f54b2a9
4123421
d154b66
a18387e
f70f7eb
2eb44e6
7850fea
6758d01
077a5fa
a437a7f
082d6d4
94b0291
38d34e9
36027f3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Do we mean a valid JSON document as a string or something else? This is where examples in the command definition can be helpful for the user. For example, see:
vitess/go/cmd/vtctldclient/command/vreplication/materialize/create.go
Lines 44 to 71 in fabd746