I have a table in bigquery that has a column name \"timeStamp\" with data type of STRING. The value in this column looks like this \"20180902\".
This is how I am trying
I found the issue. My table had a row at the bottom that had the value "timeStamp" . Deleted that row and everything worked .