Hi,
So my question is regarding the use of the below method of making a joining dimension case sensitive and whether it affects the naming convention used within the indexes field within a View?
dimension: will_be_case_sensitive {
sql: CAST(${TABLE}.something AS BINARY) ;;
}
I am trying to diagnose the results from a DESCRIBE query within the SQL Runner. My indexes do not appear to be getting passed through this binary join…
Thanks!