SyntaxError
Unexpected token '.'
DETAILS
SyntaxError: Unexpected token '.'
at _pd_deep_evaluate (/var/task/params_evaluator.js:57:36)
at _pd_deep_evaluate (/var/task/params_evaluator.js:38:7)
at MessagePort.<anonymous> (/var/task/params_evaluator.js:11:9)
at MessagePort.[nodejs.internal.kHybridDispatch] (internal/event_target.js:399:24)
at MessagePort.exports.emitMessage (internal/per_context/messageport.js:18:26)
The error message you shared (Unexpected token) indicates that you have a syntax error in your code - which is just a fancy way of saying that your code isn’t valid. A comma could be missing, or a colon, or a missing open or close parentheses somewhere.
In my BigQuery DB I set the column as DATETIME format, it has values as 2023-01-07T20:24:27 Can you clarify how to fix this issue? Do I need to write a specific code to convert the existing in source datetime string into needed format?