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/04/29 15:35:13 UTC

[GitHub] [incubator-superset] kate-gallo opened a new issue #7404: How to share queries with a parameter

kate-gallo opened a new issue #7404: How to share queries with a parameter
URL: https://github.com/apache/incubator-superset/issues/7404
 
 
   I want to create a url so that I can access a Superset query from documentation. 
   
   For example, I'd like to share this query:
   ```
   SELECT *
   FROM {{ url_param('table_name') }}
   LIMIT 100;
   ```
   Assume the saved query has a `savedQueryId=1234`.
   
   Is there any way to add parameters in the sharable link, as for example:
   ```https://localhost/superset/sqllab?savedQueryId=1234&table_name=sales```
   so that when I open the link the parameter is kept?
   
   Is there any other way to create link to superset queries programmatically?
   

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


With regards,
Apache Git Services

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