abronte / BigQuery

A BigQuery wrapper
86 stars 58 forks source link

Added missing data type “TIMESTAMP” #11

Closed Anumodana closed 9 years ago

Anumodana commented 9 years ago

Problem It doesn't allow me to create a table that contains the TIMESTAMP type. It always returns BigQuery::Errors::BigQueryError: Invalid value for: null is not a valid value.

Solution Missing data type “TIMESTAMP” has been added. See possible data types.