Simple select queries with timestamp are failing :
SELECT COUNT(*) FROM [bi.table] WHERE timestamp > DATE_ADD(CURRENT_TIMESTAMP(), -15, 'MINUTE') and column1 is null
Query Failed:
Error: An internal error occurred and the request could not be completed.
Job ID: streamrail:job_lndEirUwwM_khdBrV8eMDmBDFiE
Is there anything wrong with the bigquery system?
https://status.cloud.google.com/ does not say anything is wrong.