In order to fix large data set issue in BigQuery - i.e. following exception Errors = {u'reason': u'responseTooLarge', u'message': u'Response too large to return.'} .
I changed one variable 'allowLargeResults': True this removed error but introduced another error in query execution. Error is quite generic and doesnt give any pointers on what it can be because. Errors = {u'reason': u'internalError', u'message': u'Unexpected. Please try again.'}
Anyone has any pointers on how can I debug this and get more relevant information about the error/what is causing it. Will appreciate any help I can get here!