datetimeDiff function not recognized

Hey!

I'm trying to use the datetimeDiff function that has been released but when I try to use it to create a custom column I can´t see the function. I can only see [datetimeAdd] and [datetimeSubtract].

Why I can´t see the datetimeDiff function?

I´m using a clickhouse DB.

Thank you!

Hi @francisco.almeida
That requires Clickhouse to add support for it in the driver: https://github.com/enqueue/metabase-clickhouse-driver/issues

Thank you!