Skip to content

Instantly share code, notes, and snippets.

View harishvc's full-sized avatar

Harish Chakravarthy harishvc

View GitHub Profile
@harishvc
harishvc / bigquery-quota-exceeded
Created August 17, 2014 19:23
Bigquery quota exceeded output
Error:'{\n "error": {\n "errors": [\n {\n "domain": "global",\n "reason": "quotaExceeded",\n "message": "Exceeded quota: too many free query bytes scanned for this project"\n }\n ],\n "code": 403,\n "message": "Exceeded quota: too many free query bytes scanned for this project"\n }\n}\n'
None