Datasources
A datasource is a direct connection to a SQL database or data warehouse. Mora supports seven database types:- PostgreSQL
- MySQL
- Amazon Redshift
- Google BigQuery
- ClickHouse
- Snowflake
- Databricks
Datasource setup guides
Connections
A connection syncs data from a third-party application into your warehouse datasource. Mora supports connections to:- PostHog, Stripe, Salesforce, HubSpot, Attio, Google Sheets, and Facebook Ads.
Connection setup guides
Datasets
A dataset is a saved SQL query tied to a specific datasource. Datasets have a lifecycle:- Draft — the query you are editing in the SQL editor.
- Suggested — a query proposed by the AI, shown as a diff you can accept or reject.
- Published — the saved query that powers your charts. Publishing runs the query and materializes the results.
Working with datasets
Rift
Rift is a transformation layer that sits on top of your published dataset results. Instead of rewriting SQL, Rift lets you:- Group rows by one or more columns.
- Aggregate with operations like sum, average, count, median, min, max, and more.
- Filter with conditions like equals, contains, greater than, between, relative dates, and boolean checks.
- Sort by any column in ascending or descending order.
- Hide columns you don’t need in the visualization.
Rift transformations
Charts (blocks)
A chart (internally called a “block”) is a single visualization that lives on a board. Each chart is linked to a dataset and has one of three display types:| Display | Use case |
|---|---|
| Table | Browse rows, search, and explore raw data. |
| Graph | Visualize trends and comparisons — line, area, bar, scatter, or pie. |
| Statistics | Show single-value KPIs with optional period-over-period deltas. |
Chart types
Boards
A board is a dashboard — a canvas where you arrange charts on a grid. Boards support:- Drag-and-drop layout on a 12-column grid.
- Board-level filters that apply across all charts, linking columns from different datasets.
- Sharing — boards can be favorited, made public within your org, or shared via a copied link.
Building boards
AI chat
The AI chat panel is available throughout Mora. It can:- Write and debug SQL in the context of your schema.
- Create datasets, charts, and boards.
- Apply Rift transformations and board filters.
- Search your catalog to find the right tables and columns.