What problem does it solve?
This Skill eliminates the complexity and manual effort of running AWS Athena queries against telemetry data, debugging partitions, and exploring Glue catalogs. It streamlines data analysis and troubleshooting, saving you time and reducing errors.
Core Features & Use Cases
- Execute SQL Queries: Run queries against
telemetry-parser-db (raw Parquet) or telemetry_alerts (DBT-transformed tables).
- Glue Catalog Exploration: Easily list databases, tables, and retrieve schema details for Glue Data Catalog.
- Query Workflow Management: Automate the full query lifecycle: start execution, poll for completion, and download results.
- Use Case: Quickly diagnose a data anomaly by querying raw telemetry logs for a specific day and hour, then downloading the results for further analysis, all through a guided, automated process.
Quick Start
Run an Athena query to select the top 10 rows from the telemetry_lock table for '2025-11-09' at '02' hour in the platform-prod environment.