Big Query SQL Tutorial - Scheduled Queries How To (Part #10)

preview_player
Показать описание
View is one of the coolest things in BigQuery. It allows you to pre-save your SQL instead of re-writing is all the time and access the data any time.

View doesn't require any additional storage for it, because BQ doesn't store the table itself, only the SQL. So each time you access the view, the result will be recalculated.
_______
00:00 Rewind
00:28 Scheduled Query vs. View
03:20 Creating Scheduled Query
09:10 Running Scheduled Query
11:10 Checking result of the Query

Useful links:

📌 Want to discuss your project?

Рекомендации по теме
Комментарии
Автор

Hi,
Thanks for this series. Appreciate if you could post some theory videos on the Google Ads Schema within Big Query, how are these tables linked, etc.

sethuramalingamsubramaniam
Автор

Hi, Will you be or can you make a video based on triggering schedule queries via pub/sub trigger? I am basically asking because we need data transfers to happen when new day data is available in BQ which happens at unprecedented times. Thanks :)

RahulSingh-wnyh
Автор

Hey, great video! How do I schdule a query to run on the first day of each quarter? Is that possible? Thanks.

zackallred
Автор

i think you touched the ''user defined key' toggle by accident when you scheduled the job..

jessli
Автор

How to do DDL statements in scheduled query ? getting this error: Cannot set write disposition in jobs with DDL statements

souravthakur
Автор

Hi, I have a requirement now which I am thinking to use Scheduled Queries. But I need to query across multiple datasets and tables in a loop ( dynamically) and store the result in bq. This should happen daily once a day. It is basically the metadata which I need to query across multiple datasets and how can I do it using scheduled queries?

pashashaik