How to create a view of table that contains a timestamp column?
- by Matt Faus
This question is an extension of a previous one I have asked.
I have a table (2014_05_31_transformed.Video) with a schema that looks like this. I have put up the JSON returned by the BigQuery API describing it's schema in this gist.
I am trying to create a view against this table with an API call that looks like this:
{
'view': {
…