rmgpinto opened a new issue #13275: URL: https://github.com/apache/superset/issues/13275
I'm running superset 1.0.1 on kubernetes. All SQL Lab queries return: ``` Database error 'dict' object has no attribute 'set' ``` Logs ``` Triggering query_id: 296 INFO:superset.views.core:Triggering query_id: 296 Query 296: Running query on a Celery worker INFO:superset.views.core:Query 296: Running query on a Celery worker ``` ``` Query 296: Polling the cursor for progress [2021-02-19 15:35:54,702: INFO/ForkPoolWorker-1] Query 296: Polling the cursor for progress Query 296: Polling the cursor for progress [2021-02-19 15:35:55,831: INFO/ForkPoolWorker-1] Query 296: Polling the cursor for progress Query 296: Polling the cursor for progress [2021-02-19 15:35:57,870: INFO/ForkPoolWorker-1] Query 296: Polling the cursor for progress Query 296: Polling the cursor for progress [2021-02-19 15:35:59,129: INFO/ForkPoolWorker-1] Query 296: Polling the cursor for progress Query 296: Polling the cursor for progress [2021-02-19 15:36:01,206: INFO/ForkPoolWorker-1] Query 296: Polling the cursor for progress Query 296: Polling the cursor for progress [2021-02-19 15:36:03,227: INFO/ForkPoolWorker-1] Query 296: Polling the cursor for progress Query 296 progress: 39.0 / 2244.0 splits [2021-02-19 15:36:04,248: INFO/ForkPoolWorker-1] Query 296 progress: 39.0 / 2244.0 splits Query 296: Polling the cursor for progress [2021-02-19 15:36:05,253: INFO/ForkPoolWorker-1] Query 296: Polling the cursor for progress Query 296 progress: 2163.0 / 2244.0 splits [2021-02-19 15:36:06,315: INFO/ForkPoolWorker-1] Query 296 progress: 2163.0 / 2244.0 splits Query 296: Polling the cursor for progress [2021-02-19 15:36:07,320: INFO/ForkPoolWorker-1] Query 296: Polling the cursor for progress Query 296: Storing results in results backend, key: 2fc2200e-2259-461c-9769-6f714192e35c [2021-02-19 15:36:07,465: INFO/ForkPoolWorker-1] Query 296: Storing results in results backend, key: 2fc2200e-2259-461c-9769-6f714192e35c ``` ### Expected results The query results to return. ### Actual results No results and an error message is returned. #### How to reproduce the bug 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ### Environment (please complete the following information): - superset version: `superset version` - python version: `python --version` - node.js version: `node -v` ### 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 Add any other context about the problem here. ---------------------------------------------------------------- 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]
