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 2021/02/12 08:09:37 UTC

[GitHub] [superset] zhaoyongjie commented on issue #11364: Ability to launch SQL Lab with database, schema and SQL query pre-populated using URL params or JSON payload

zhaoyongjie commented on issue #11364:
URL: https://github.com/apache/superset/issues/11364#issuecomment-778045237


   Now Superset does not seem to generate SQLlab query through URL parameters. But you can use work around to do that.
   
   ```
   SavedQueryRestApi.post                  POST       /api/v1/saved_query/
   ```
   1. Create a saved query from the above API, then saved post response id to the `Data Catalog app`
   2. Query this Saved query from `http://<hostname>:<port>/superset/sqllab?savedQueryId=<saved id>`


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