cccs-jc opened a new issue #13635: URL: https://github.com/apache/superset/issues/13635
In the Chart explorer the table visualization lets you choose aggregate or raw mode. In raw mode the COLUMNS control should report an error when no columns are chosen. For example something like this.  #### How to reproduce the bug 1. Go to Chart explorer UI 2. Choose Table visualization 3. Choose QUERY MODE = RAW RECORDS 4. RUN query However the table visualization does not check that the COLUMNS control is empty and lets you execute the query with no selection. This results in an "Unexpected Error, Error: Empty query?" It would be better if the COLUMNS control checked for the empty state and reported the issue like depicted above. ---------------------------------------------------------------- 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]
