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 2018/11/28 23:12:56 UTC

[GitHub] betodealmeida commented on issue #6459: override get_view_names in PrestoEngineSpec

betodealmeida commented on issue #6459: override get_view_names in PrestoEngineSpec
URL: https://github.com/apache/incubator-superset/pull/6459#issuecomment-442641751
 
 
   Looks good! Note that it should be trivial to implement `get_view_names` in the Presto dialect; all you need to do is run this query:
   
   ```sql
   SELECT table_name FROM information_schema.views WHERE table_schema='default'
   ```
   
   Might be worth doing a PR for PyHive. ;)

----------------------------------------------------------------
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