Data Warehouse
Quickstart
Getting started on the Data Warehouse
Provision an account, upload data, and start querying.
1
Sign-Up
Navigate to the platform and create your accout using email or SSO.
2
Select your storage provider + region and provision your data warehouse
3
Navigate to "Worksheets" in the sidebar
4
Execute SQL
Your data warehouse comes provisioned with a “Unicorns” dataset that you can start writing DuckDB SQL against.
DuckDB SQL
Learn DuckDB’s dialect (very similar to Postgres)
5
Ingest data using the Python SDK