I'm new to BigQuery and programming in general (fluent with SQL) as I come from a data analytics background. I'm using BigQuery to analyze the events data of my Android app. I have the data flowing into BQ tables nicely and am able to write queries in the BQ Web UI, saving their results in new tables to be used to analyze further in Tableau. The issue is that I have to run ~10 queries every single day as my events tables get updated everyday. What is the best process to be able to automate (and schedule) running of the saved queries (saved in BQ Web UI) and update the tables with results from the queries periodically?
I hav explored the bq command tool, jobs, BigQuery APIs, but I'm lost in the plethora of information (I blame the lack of my programming experience here). Could someone please help?