If queries fail with "Access Denied", the billing project likely lacks permissions. Try --projectid=mozdata.
Choose the right table — this is the most important optimization:
| Windows version distribution | telemetry.windows10aggregate | Pre-aggregated, instant | | DAU/MAU by standard dimensions | firefoxdesktopderived.activeusersaggregatesv3 | Pre-computed, 100x faster | | DAU with custom dimensions | firefoxdesktop.baselineclientsdaily | One row per client per day |
bq CLI를 사용하여 BigQuery에서 직접 Mozilla 원격 측정 데이터를 쿼리합니다. 사용자가 Firefox 원격 측정에 대해 SQL을 실행하고, Windows 버전 분포를 분석하고, DAU/MAU/WAU를 계산하고, Glean 메트릭을 쿼리하거나, 사용자 모집단을 조사하려는 경우에 사용합니다. 'bigquery', 'bq', '원격 측정 쿼리', 'DAU', 'MAU', 'Windows 배포', 'macOS 배포', 'Darwin 버전', 'Linux 배포', '커널 버전', '클라이언트 수', '사용자 수', 'Glean 측정항목 쿼리', 'baseline_clients'에서 트리거됩니다. 출처: jwmossmoz/agent-skills.