I know you can run a job and export a csv for an table like under the python example https://developers.google.com/bigquery/exporting-data-from-bigquery
But Is there a way to export a finished query job as a csv if I have the job ID? Ultimately I want the query to display in a table on the browser (already have this working) and also have a button where they can download the file as well.
Cheers