andy1xx8 opened a new issue, #34784: URL: https://github.com/apache/superset/issues/34784
### Bug description Calculated Column isn't working with ClickHouse. The engine doesnt generate proper SQL 1. Define a calculated column , let's say: `name_test` by this sql: `toString('This is a test name')` 2. Create a table chart and show that `name_test` 3. Update to refesh the table. This is the sql query generate by Superset 6.0.0rc1 ``` SELECT "name_test" AS "name_test_a4abe3" FROM ( SELECT transaction_id, order_id, order_detail_id, log_time FROM analytics.fct_external_voucher FINAL ) AS "virtual_table" ORDER BY "voucher_exchange_date" DESC LIMIT 10 ``` ### Screenshots/recordings <img width="1792" height="1018" alt="Image" src="https://github.com/user-attachments/assets/9123fd78-0ab8-490d-8282-27cb911cd652" /> ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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