001003 (42000): SQL compilation error:
syntax error line 3 at position 6 unexpected '['.
This is the SQL that is put into target/schema_test:
select count(*)
from XXXXXX.GOOGLE_ANALYTICS.ga_data
where ['"date"'] is null
Can you help me out?
Ultimately, I want to have an easy way of testing ALL columns in a model for not_null without have to retype everything for each column.