Answer product/growth questions from BigQuery without writing SQL
언제 쓸까: You have a question whose answer lives in events tables in BQ.
사전 조건
- GCP service account with BQ Data Viewer + Job User — IAM > Create service account; download JSON key
흐름
-
Discover tablesList tables in dataset
analytics. Describeeventsandusers.✓ 복사됨→ Schemas -
Ask the questionHow many users who signed up in March 2026 triggered the 'aha_moment' event within 7 days?✓ 복사됨→ Numeric answer with SQL shown
-
CaveatAny caveats? Timezone, deletion, test users?✓ 복사됨→ Honest caveats
결과: Answers in minutes instead of data-team tickets.
함정
- Running SELECT * on a huge fact table blows the scan limit — Always filter by partition column (often _PARTITIONDATE)