Databricks Genie allows configurable prompt matching, for example entity matching:
Entity matching provides curated lists of distinct values for up to 120 columns where users are likely to reference specific entries, such as states and product categories. This helps Genie match user terminology to actual data values.
What if we're using a column that's a struct composed of a categorical event value and a timestamp–? This is common in status tables where we've got the latest event along with when that event occurred.
It would be ideal if entity matching would look into such structs and treat each field separately. Does that already happen?