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 2020/06/13 23:12:20 UTC

[GitHub] [incubator-superset] rumbin commented on issue #10049: Is there a way to programmatically access query history as available in SQL Lab -> Query Search

rumbin commented on issue #10049:
URL: https://github.com/apache/incubator-superset/issues/10049#issuecomment-643690272


   Provided you want to give access to users, you may simply expose Superset's application Database to Superset as a data source.
   This way the Superset data is browsable in SQLLab. There you can easily address all of the usage and query history and perform custom queries on this data.
   However, be aware that the data model of Superset's app database may change during upgrades. The migration is managed by Alembic. It might break existing analyses on this database, as it will not respect the queries that you defined on this data.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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