-
Notifications
You must be signed in to change notification settings - Fork 16
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
A new query is triggered each time tab is changed #248
Comments
This might be a duplicate of #209 |
I think these are two different concerns
|
I don't know if it is possible to avoid Grafana to execute queries. |
I observed that this also happens if I click on query editor space and I click outside queryeditor . So each time I click the queryeditor and outside queryeditor a new query is fired |
@mrveera do you have any idea on this ?, thanks |
Amit-Hora
added a commit
to Amit-Hora/grafana-trino
that referenced
this issue
Oct 29, 2023
Merged
nineinchnick
pushed a commit
that referenced
this issue
Nov 3, 2023
Fixed by #252 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nineinchnick ,
I noticed that if I use explore tab and write some queries, each time I change the browser tab a new query is triggered . How can I avoid this behaviour , like only have query triggered if and only if RunQuery is clicked
The text was updated successfully, but these errors were encountered: