GitHub user sandy4597niko closed a discussion: [SQL Lab] Option to Disable Auto-Run of Queries
Is there a way to disable auto-running queries by default in Superset SQL Lab? Currently, when I go to SQL Lab and select a database, schema, and table, Superset automatically runs a query in the background — I’m assuming it’s a SELECT *. For tables with large volumes of data, this behavior often causes the screen to freeze or become unresponsive, consuming significant resources. I’d like to prevent this default behavior. Ideally, SQL Lab should wait for the user to manually write and execute a query, instead of auto-triggering anything upon selecting a table. Is there a way to disable this via backend configuration (superset_config.py) or any other recommended method? GitHub link: https://github.com/apache/superset/discussions/33688 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
