Would like to change my sql in lookml from an integer originally to a string.
dimension: nest {
type: number
sql: ${TABLE}.nest;;
}
Would like to change my sql in lookml from an integer originally to a string.
dimension: nest {
type: number
sql: ${TABLE}.nest;;
}