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.
Problem It doesn't allow me to create a table that contains the
TIMESTAMP
type. It always returnsBigQuery::Errors::BigQueryError: Invalid value for: null is not a valid value
.Solution Missing data type “TIMESTAMP” has been added. See possible data types.