chore(web-console): support writing multiple files to the same target#192
Merged
chore(web-console): support writing multiple files to the same target#192
Conversation
jerrinot
reviewed
Sep 8, 2023
jerrinot
approved these changes
Sep 8, 2023
Contributor
There was a problem hiding this comment.
I tested the change locally, it does what the PR says.
I get the idea behind the change - generate unique IDs. but I am far from a front-ent expert to say it's the best possible solution. but it looks good to me.
I stumbled upon another weirdness while importing a CSV, but that's unrelated to this PR and it's very likely caused by a server-side bug. I'm investigating that separately.
Vaibhav91one
pushed a commit
to Vaibhav91one/ui
that referenced
this pull request
Oct 28, 2025
…questdb#192) Support writing multiple files to the same target
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Allow writing to the same target table name from different files.
This PR makes sure each file added to the queue is treated as a separate entity and there are no glitches in the UI.
CleanShot.2023-08-30.at.10.15.56.mp4