Display a relevant warning in Web Console when tables query is an empty dataset
Open
@emrberk is already working on this.
Since Jul 7, 2025.
enhancement
Severity: 2
web-console
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 39
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem?
By design, inability to fetch tables is a terminal error in Web Console - for one, it prevents SQL editor from booting up. This is because it indicates an issue with QuestDB host configuration in itself (for example, a not fully supported filesystem)
Describe the solution you'd like.
- Refactor the
<Schema>component so that it displays a relevant error when table query response is an empty array (it should at the very least containtelemetry_config. - Display a warning within the editor area itself.
Describe alternatives you've considered.
No response
Additional context.
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.