- [x] I have checked the superset logs for python stacktraces and included it here as text if any - [ ] 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
### Superset version 0.26.0 - following [docker-compose instructions](https://superset.incubator.apache.org/installation.html#start-with-docker) ### Expected results Be able to run World Bank dashboard. ### Actual results I'm not able to run any query that state particular `wb_health_population` column as in Postgres columns created with " " should be referenced this way as well. The exact same problem as here: https://stackoverflow.com/questions/24253814/cant-select-an-existing-column-in-postgresql ``` 2018-09-29 14:00:38,127:INFO:root:SELECT SP_POP_TOTL FROM wb_health_population LIMIT 1 2018-09-29 14:00:38,128:ERROR:root:column "sp_pop_totl" does not exist LINE 1: SELECT SP_POP_TOTL ^ Traceback (most recent call last): File "/home/work/incubator-superset/superset/sql_lab.py", line 185, in execute_sql db_engine_spec.execute(cursor, query.executed_sql, async_=True) File "/home/work/incubator-superset/superset/db_engine_specs.py", line 376, in execute cursor.execute(query) psycopg2.ProgrammingError: column "sp_pop_totl" does not exist LINE 1: SELECT SP_POP_TOTL ``` ### Steps to reproduce Follow [docker-compose instructions](https://superset.incubator.apache.org/installation.html#start-with-docker) and try to render WB dashboard. I hope that it's not because of the fact I'm still using 0.26. Either way I would be very happy to help with improving test data set generation or with Docker images maintenance. [ Full content available at: https://github.com/apache/incubator-superset/issues/6009 ] This message was relayed via gitbox.apache.org for [email protected]
