Skip to main content
Humm runs read-only SQL queries against your Athena tables, so you can ask questions about data sitting in S3 without moving it anywhere. If you already have Parquet exports in S3, Humm can query them in place by registering them as Athena external tables. This is different from S3 Data Sync, which copies matching files through Airbyte before querying them.

Tools

ToolDescription
EXECUTE_SQLRun read-only SQL queries against your Athena tables

Configuration

Humm uses your organization ID to scope the AWS Glue database automatically. The default AWS region is us-east-1 — if your data lives in a different region, specify it when setting up the connection. For large S3 Parquet archives, use partitioned tables and filter by partition columns such as year, month, and day before selecting large payload columns.

Authentication

AWS Credentials

AWS Access Key ID and AWS Secret Access Key. The IAM user needs permissions for Athena queries and Glue Data Catalog access.