iamrohit07 opened a new issue, #25825: URL: https://github.com/apache/superset/issues/25825
I have deployed Apache Superset 3.0 using Helm charts. The Helm chart version is superset-0.10.11, and the app version is 3.0.1. I've configured Superset to load example data (loadExamples set to true), but I'm encountering an issue on the dashboard with the error message '**no such table: main.FCC 2018 Survey**' while opening one of the example charts. Below is the stack strace from app pods. ``` 2023-11-01 14:46:36,834:WARNING:superset.connectors.sqla.models:Query SELECT country_live AS country_live FROM main."FCC 2018 Survey" GROUP BY country_live LIMIT 1000 OFFSET 0 on schema main failed Traceback (most recent call last): File "/app/superset/connectors/sqla/models.py", line 1214, in query df = self.database.get_df(sql, self.schema, mutator=assign_column_label) File "/app/superset/models/core.py", line 611, in get_df self.db_engine_spec.execute(cursor, sqls[-1]) File "/app/superset/db_engine_specs/base.py", line 1535, in execute raise cls.get_dbapi_mapped_exception(ex) from ex File "/app/superset/db_engine_specs/base.py", line 1533, in execute cursor.execute(query) sqlite3.OperationalError: no such table: main.FCC 2018 Survey ``` **How to reproduce the bug** - Install Apache Superset Helm chart with version 0.10.11 and set loadExamples to true - Login to Superset to app and open **FCC New Coder Survey 2018** chart **Expected results** - It should load chart data **Actual results** - It throws error - no such table: main.FCC 2018 Survey -- 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: notifications-unsubscr...@superset.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org