manikanta-dornala opened a new issue, #20907: URL: https://github.com/apache/superset/issues/20907
Refreshing datasets is blocked when there is a 'calculated column' with the same name as an incoming column. It would be good if superset ignores the new incoming column and honors the existing calculated column with the same name The workaround for this currently is to delete the newly imported column from ‘columns’ tab and then hit save. We are using the same name to not confuse users and to make dashboards and charts backwards compatible. Updating the column name everywhere is not feasible. So we created a calculated column with the same name but with some underlying sql and all dashboards/charts work as is but with calculated data. -- 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]
