Hi Community, Can the timezone argument for DATETR...
# general
l
Hi Community, Can the timezone argument for DATETRUNC come from an another column in the table?
Checked the datatruc transform function code, doesn't seem to support column as argument for timezone filed (expects optional timezone string)
m
Yeah. But seems like a good feature to have. Mind filing an issue?
🙌 1
k
We already support that via Scalar function. The issue is our DateTruncTransformFunction class is overriding the Scalar functions present in DateTimeFunctions.class. We just need to disable the duplicate/deprecated versions.
l
@User could you elaborate with a sample query ?
🙏 1