Query S3 data with Athena right in a powerful data notebook

Hex securely connects to Amazon Athena to let you easily access data stored in S3. No Python libraries or connectors required.

How it works

A Hex admin can configure a secure connection to Amazon Athena, allowing every user to easily query S3 data right from a flexible data notebook environment.

Every Hex SQL cell is a rich SQL IDE with caching, autocomplete, and a schema browser, so you don't need to switch back and forth between tabs to understand your data.

Build data apps and interactive analyses without ever leaving SQL. Need to do something complex? Seamlessly switch from SQL to Python in the same workspace, without rewriting any code or switching tools.

athena
Athena
in-use
2 cells
athena
Athena
select
cast({{timeframe}} as timestamp) as month,
ship, destination,
sum(spice_tons) as spice_tons
from atreides.vehicle_destinations
group by 1,2,3
output-arrow
dataframe