Dear Superset Dev, I was wondering if there is a way to add the virtual column (Druid) as a derived field in superset to use as a dimension? https://druid.apache.org/docs/latest/querying/virtual-columns.html.
The use case I have is that I'd like to have a case statement with multiple fields as a dimension, For example. case when A='1' AND B='2' Then True Else False However, from what I tried, I can do DimensionSpec in Druid with Superset with a single column but not more than one. If I run the above case statement in Druid, it converts to a virtual column, is it supported at this point? Thank you! Chengzhi
