Teradata Driver not Working with Metabase 0.38

I am getting the error while using Teradata driver with Metabase 0.38 latest version

Error is

No suitable driver found for jdbc:teradata://SERVER/DATABASE=BODS_BASE_VW,DBS_PORT=1025,CHARSET=UTF8,TMODE=ANSI,ENCRYPTDATA=ON,FINALIZE_AUTO_CLOSE=ON,LOB_SUPPORT=OFF

Do you know when the new teradata-metabase driver will be release for Metabase 0.38?

I tried compiling teradata driver with Metabase 0.38 source but also getting error

metabase-teradata-driver-master]$ lein clean

metabase-teradata-driver-master]$ DEBUG=1 LEIN_SNAPSHOTS_IN_RELEASE=true lein uberjar

Leiningen’s classpath: /vzwhome/rasheze/.lein/self-installs/leiningen-2.9.5-standalone.jar

Applying task uberjar to []

Applying task javac to nil

Running javac with [-target 1.8 -source 1.8 @/tmp/.leiningen-cmdline9202468213490481036.tmp]

Applying task compile to nil

Compiling metabase.driver.sql.util.deduplicate

Compiling metabase.driver.teradata

Syntax error compiling at (metabase/driver/teradata.clj:163:1).

Syntax error compiling at (metabase/driver/teradata.clj:163:1).

No such var: driver/date-add

Hi @zeehasham
The Teradata driver is community driver, so Metabase will not make a release of that driver.
https://github.com/swisscom-bigdata/metabase-teradata-driver/issues/9
Until the driver is updated, then it will likely not work with Metabase 0.37+
https://github.com/metabase/metabase/wiki/What’s-new-in-0.37.0-for-Metabase-driver-authors
https://github.com/metabase/metabase/wiki/What’s-new-in-0.38.0-for-Metabase-driver-authors

Thanks.

Does anyone know if there is an updated Teradata driver? @Moukat