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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
