Skip to content
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

Log context works fine in query builder, but does not work when switching to SQL Editor #1028

Closed
692568516 opened this issue Oct 22, 2024 · 1 comment
Labels
datasource/ClickHouse type/bug Something isn't working

Comments

@692568516
Copy link

query builder
Image

sql editor
Image

@692568516 692568516 added datasource/ClickHouse type/bug Something isn't working labels Oct 22, 2024
@SpencerTorres
Copy link
Collaborator

This is a known limitation. Builder queries can be easily manipulated and re-structured, but SQL queries are very complex. It's hard to find a generalized solution for manipulating a SQL query. The module we use for converting a SQL query to an AST does not always work with ClickHouse SQL. I have some ideas on how to do this and plan on adding it in a future PR.

We don't have an open issue for this as a feature request, so if you want to you can submit a new issue requesting this feature specifically. We can suggest ideas and discuss implementation there. I'll close this issue for now though.

Thanks!

@taleena taleena closed this as not planned Won't fix, can't repro, duplicate, stale Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasource/ClickHouse type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants