dacort / metabase-athena-driver

An Amazon Athena driver for Metabase 0.32 and later
Apache License 2.0
225 stars 32 forks source link

Remove timestamp casts from date_add #116

Closed dacort closed 1 year ago

dacort commented 1 year ago

Fixes #115

This removes a timestamp cast from the date_add function. Neither the official trino driver or the presto driver do this, so not entirely sure why I did. 😁