redash

Query Mozilla's Redash (sql.telemetry.mozilla.org) for telemetry data from BigQuery. Use when querying Firefox user telemetry, OS distribution, architecture breakdown, or running custom SQL against Mozilla's data warehouse. Triggers on "redash", "telemetry query", "sql.telemetry", "BigQuery query", "Firefox data", "client counts", "user population", "DAU", "MAU", "macOS version", "macOS distribution", "Apple Silicon", "aarch64", "x86_64", "architecture distribution", "Windows version", "Windows distribution", "how many users", "what share of users", "what percentage of Firefox users".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "redash" with this command: npx skills add jwmossmoz/agent-skills/jwmossmoz-agent-skills-redash

Redash Query Tool

Query Mozilla's Redash (sql.telemetry.mozilla.org) for telemetry data. Redash is the front-end to BigQuery telemetry data.

Knowledge References

@references/README.md @references/fxci-schema.md

Prerequisites

  • REDASH_API_KEY environment variable set
  • uv for running the script

Quick Start

# Run custom SQL
uv run scripts/query_redash.py --sql "SELECT * FROM telemetry.main LIMIT 10"

# Fetch cached results from an existing Redash query
uv run scripts/query_redash.py --query-id 65967

# Save results to file
uv run scripts/query_redash.py --sql "SELECT 1" --output ~/moz_artifacts/data.json

Usage

Either --sql or --query-id is required.

FlagDescription
--sqlSQL query to execute against BigQuery via Redash
--query-idFetch cached results from an existing Redash query ID
--output, -oSave results to JSON file
--format, -fOutput format: json, csv, table (default: table)
--limitLimit number of rows displayed

Example Prompts

These natural language prompts map to queries in references/common-queries.md:

PromptQuery used
"What's the DAU breakdown by macOS version?"macOS Version DAU (active_users_aggregates)
"Show me macOS version × architecture distribution"macOS version × arch (baseline_clients_daily)
"What share of macOS users are on Apple Silicon?"macOS version × arch, compare aarch64 vs x86_64
"Pull the macOS DAU and arch breakdown for the last 28 days"Both macOS queries
"What Windows versions are Firefox Desktop users on?"Windows Version Distribution (query 65967)
"How many Firefox users are on Windows 11?"Windows Version Distribution
"What does the macOS adoption curve look like over time?"macOS Version DAU by os_version_major

For questions not covered by a documented query, write SQL on the fly using the table references in references/README.md.

Common Queries

@references/common-queries.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

os-integrations

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

bigquery

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

worker-image-investigation

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

treeherder

No summary provided by upstream source.

Repository SourceNeeds Review