-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
wrong "backquotes" around datasource when "Explorer in SQL Lab" from a Chart #8178
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Very strange, I double checked that everything is working properly for me on master. Can you redo all steps, verify that the datasource still exists and post the steps here so I can verify I'm not doing something differently. |
Daaammn ! sorry After another full check, It was an issue on my side, incorrect docker build / deploy. It's fixed. Deeply sorry. |
No sweat @squalou ! Double checking this actually uncovered another unrelated issue, so net positive false positive 😄 |
From a Chart editor using a datasource, when clicking on 'datasource' then choosing 'explore in SQL Lab', the query filled in SQLLab contains wrong chars around datasource name.
Expected results
for instance : SQL Lab should contain
select * from schema.table limite 100
Actual results
select * from `schema.table` limite 100
=> this causes the query to fail.
Screenshots
How to reproduce the bug
Environment
(please complete the following information):
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
The text was updated successfully, but these errors were encountered: