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