ClickHouse / clickhouse-tableau-connector-jdbc

Tableau connector to ClickHouse using JDBC driver
Apache License 2.0
57 stars 9 forks source link

toISOWeek / toISOYear request #38

Closed javiererrogarcia closed 1 year ago

javiererrogarcia commented 1 year ago

Hello everyone, we are trying to use Tableau with clickhouse using the analitika plus connector, but all our dashboards use the function toISOWeek / toISOYear, its possible to add in the dialect.tdd the next lines in order to be callabe from tableau?

``

toISOWeek(%2) toISOYear(%2)

``

Thank you in advance!

yurifal commented 1 year ago

I believe this commit would do it.