You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/01/31 04:51:36 UTC

[GitHub] xxdesmus opened a new issue #2061: Unable to use wildcard in SQL Lab

xxdesmus opened a new issue #2061: Unable to use wildcard in SQL Lab
URL: https://github.com/apache/incubator-superset/issues/2061
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if any
   - [x] I have reproduced the issue with at least the latest released version of superset
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   `"version": "0.15.4"`
   
   ### Expected results
   `WHERE query LIKE ('%ocsp%')` matches `foo.ocsp` and also matches `ocsp.bar`
   
   ### Actual results
   `(_mysql_exceptions.ProgrammingError) %o format: a number is required, not dict`
   
   ### Steps to reproduce
   In SQL Lab run a search such as:
   `SELECT DISTINCT LOWER(QUERY), COUNT FROM pdns WHERE query LIKE ('%ocsp%') ORDER BY count DESC limit 15;`
   
   of note the exact same query runs without issue directly against MySQL
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org