I am trying to get the current timestamp (in microseconds) for the Google Cloud Dataflow execution to transform BigQuery record. For this issue, I use this instruction:
performance.timing.navigationStart + performance.now()
But, it's not working. Why? Is there any way to get microseconds in dataflow javascript UDF?
Thanks in advance.