Inserting a datetime into BigQuery is throwing an error:
invalid: no such field
The error thrown is lacking in detail, I think it likely a formatting error. The format I am inserting is:
2021-01-09 08:17:18.000000Z
Which is created with something like this:
$datetime_for_BigQuery = date('Y-m-d H:i:s.u', null);
What date format would bigQuery accept, or have I misunderstood this error?
1.4m articles
1.4m replys
5 comments
57.0k users