First time using ODBC.jl Attempting to access data in snowflake. I can see the driver is installed and when I use
ODBC.DSN(…)
I get
UndefVarError: tZ not defined
I searched code in odbc.jl and couldn’t find any reference to tZ.
All help appreciated