rusackas commented on PR #32264: URL: https://github.com/apache/superset/pull/32264#issuecomment-2660324406
I think this approach is great, but I also wonder if you're aware of the Advanced Types feature. It's a bit lesser-known, but this might be an interesting application for it. The original implementation of it was to match different formats of IP addresses to one another (acting as a bit of a translation layer, if you will). Having a "fille size" type might allow you to match data where columns contain different units, and do the appropriate conversions, e.g. 1000KB = 1MiB, or 1024K = 1MB, etc. Here's the original SIP that explains it better than I'm doing :) https://github.com/apache/superset/issues/17852 -- 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]
