Hi GCP Community,
I'm currently working with Data Fusion and have set up a pipeline to transfer data from SQL server to BigQuery using Wrangler. I'm looking to add two columns, created_timestamp and updated_timestamp with the current timestamp in each row. I attempted to use JEXL in Wrangler with the following transformation: "set-column: created_timestamp now()".
However, this doesn't seem to work. Could anyone provide guidance or examples on how to achieve this?
Thanks in advance for you help!
Best regards,
Naveen.