I have been trying to fix this issue but could not find a solution to it.
I have a date column as string type . Trying to convert it to timestamp using date_parse but getting the following error.
INVALID_FUNCTION_ARGUMENT: Invalid format: "2021-09-28 21:05:28.272159" is malformed at "21:05:28.272159"
my query is
"date_parse"(a.commitdatetime, '%y-%m-%d %h:%i:%s.%f') commitdatetime
do you have any ideas how to fix this issue? Thanks for your time from now