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/02/19 22:20:07 UTC

[GitHub] betodealmeida opened a new pull request #6917: Fix database typeahead in SQL Lab

betodealmeida opened a new pull request #6917: Fix database typeahead in SQL Lab
URL: https://github.com/apache/incubator-superset/pull/6917
 
 
   The typeahead for databases is currently not working in SQL Lab. This happens because the `options` passed to the component are missing a `label` attribute, which is used to power the typeahead.
   
   I fixed this by adding a label composed of the database backend and name. This allows users to choose a database by typing its name, eg, "main", or by typing a backend type, eg, "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