emirkmo commented on issue #21755: URL: https://github.com/apache/superset/issues/21755#issuecomment-1405024240
This is not database specific. It is happening when GENERIC_CHART_AXES is enabled and V2 of the chart is being used. It can be fixed by running a query on the X-axis (or by using the old non V2 version of the chart). ```Python Error: Orig exception: Code: 215. DB::Exception: Column `<columnname>` is not under aggregate function and not in GROUP BY: While processing <columnname> AS <column name>`. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
