Easy PDE practice questions
Direct recall — confirm you know the core facts and definitions. 2 easy questions available — no sign-up, always free.
A data engineering team runs a nightly transformation that reads from three staging tables and writes into a reporting table used by BI dashboards each morning. They currently trigger the SQL manually. They want a fully managed, low-maintenance way to run this single BigQuery SQL statement on a recurring schedule with built-in run history, retries, and no external infrastructure to manage. Which approach best meets these requirements with the least operational overhead?
Your team runs a nightly transformation in BigQuery that consists of a single SQL statement writing to a reporting table. It has no upstream or downstream dependencies on other systems, requires no conditional branching, and only needs to run once per day at 02:00. Currently it is a manual query someone triggers each morning. Operations wants the lowest-maintenance way to automate this while keeping failure notifications visible. Which approach best fits these requirements?