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

Grafana Variables in Query not working #21

Open
fYGn opened this issue Jan 12, 2024 · 0 comments
Open

Grafana Variables in Query not working #21

fYGn opened this issue Jan 12, 2024 · 0 comments

Comments

@fYGn
Copy link

fYGn commented Jan 12, 2024

Describe the bug
Variables in queries are not working, they return no data but do not error out.

To Reproduce
Steps to reproduce the behavior:
This returns data: SELECT yesMatch, noMatch, imageReject, error FROM Captures where flightNumber = "100"
This does not: SELECT yesMatch, noMatch, imageReject, error FROM Captures where flightNumber = $flightNumber //of course the variable is selected in grafana, and the variables are setup correctly. I have tried vars with and without quotes as the field is a string.

Expected behavior
Data should be returned when using variables

Using Grafana cloud to connect to firestore firebase using fireql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant