questdb / ui

Monorepo of QuestDB UI packages
https://questdb.io
10 stars 16 forks source link

webconsole should hint how to enable CSV Copy #286

Open jerrinot opened 3 months ago

jerrinot commented 3 months ago

when CSV root is not set then webconsole shows this note:

image

It should also hint how to enable it. chances are the link behind COPY SQL shows that, but the note should be explicit about it. something to indicate "here is how you fix it". Perhaps something like a link with words "Enable it" would do the trick.

insmac commented 3 months ago

Good catch. We can link to this section of the COPY docs: https://questdb.io/docs/guides/import-csv/#configure-copy That should do it, WDYT?

jerrinot commented 3 months ago

@insmac you are fast! :)

yes, the link is good. but equally as important is the note text must very clearly indicate the link contains a solution.