Can I use the `datetimeconvert` inbuilt function f...
# general
t
Can I use the
datetimeconvert
inbuilt function for ingestion transform in pinot? Is there any limitations when transforming time columns? I’m getting error when adding a transform function to table config, but no specific error msg is logged out.
n
You cannot use datetimeconvert in the ingestion. But the existing dateTime functions listed on the docs should be enough to achieve what you want.
You may have to chain them