agusfigueroa-htg commented on issue #19773: URL: https://github.com/apache/superset/issues/19773#issuecomment-1117529727
@rumbin @villebro sorry, this took me longer than expected. First iteration can be found below :) **New or Changed Public Interfaces** We will need: 1. to add the verbose_name as a label for the names of the columns - create the fields as metadata for the tables and the corresponding UI representation. 2. For each column, add a parameter that "it's treated case-insensitive", set by default to true. This would then cover the cases where the to-lowercase translation is the same. Again, we need to add this as metadata for the tables and the corresponding table columns UI representation. **New dependencies** I don't see the need for any new packages. **Migration Plan and Compatibility** As this is metadata to be added at the column level, I don't see any URLs or references that may break. We will need though for visualizations to refer to "verbose_name", and for filters and calculations to the treated "column-name", by default lowercase and eventually modified by the check mark I stated in (2). -- 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]
