kamalkeshavani-aiinside opened a new issue, #20576: URL: https://github.com/apache/superset/issues/20576
If a query with parameters is saved, the parameters are not stored with the query. So when executing a saved query, query fails without the necessary parameters. #### How to reproduce the bug 1. Create a query with parameters 2. Run and save the query 3. Go to Saved Queries, and run in SQL Lab ### Expected results Saved Query should have the parameters. ### Actual results Saved Query does not have parameters. #### Screenshots If applicable, add screenshots to help explain your problem. ### Environment - browser type and version: - superset version: `master` Dockerhub image - any feature flags active: ENABLE_TEMPLATE_PROCESSING ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context In 'saved_query' table of metadata, there is column 'extra_json' which can/should be used to store the parameters. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
