Execute Google Bigquery projected queries using the API -
for cleaning staging data in google bigquery i'm using class holding individual queries , script execute these queries job using bigquery api. prefer manage these queries in bigquery saving them in project queries section.
is possible execute query saved in project queries section using bigquery api?
thanks!
i've not found way handle on project queries. if can structure queries views, can use google script trigger view read , subsequent table insert/append job.
with little imagination, can achieve quite lot script , make perform common tasks similar ssis such success / error logging, partition replacement , parallel job execution
Comments
Post a Comment