Why can't I sign up?
Why can't I sign up?
Mora is invite-only. You need an invitation from an existing organization member to create an account. If you received an invitation but the link doesn’t work, it may have expired — ask your admin to send a new one.
How do I invite someone to my organization?
How do I invite someone to my organization?
Go to Settings → Members, enter their email address, and click Invite. They’ll receive an email with a join link. See Members & invitations.
What happens when I publish (save) a dataset?
What happens when I publish (save) a dataset?
Mora runs your SQL query in the background and materializes the results. Charts that reference this dataset automatically update. The query runs against your database once at publish time — after that, charts display the materialized data.
Does Mora store my data?
Does Mora store my data?
When you publish a dataset, Mora materializes the query results so charts can load instantly. The raw data stays in your database — Mora only stores the results of the queries you run. Catalog sync reads metadata (table/column names and types) but not actual data.
What's the difference between Rift and SQL?
What's the difference between Rift and SQL?
SQL runs on your database and handles complex joins, CTEs, and transformations. Rift runs in your browser on the already-published results — it’s for the “last mile” shaping like grouping, filtering, and sorting. Rift doesn’t hit your database. See Rift transformations.
Can I use the AI in read-only mode?
Can I use the AI in read-only mode?
Yes — switch to Ask mode using the mode selector or Shift+Tab. In Ask mode, the AI can answer questions, explain queries, and explore your schema, but it cannot modify any datasets, boards, or charts.
How do I change my subscription plan?
How do I change my subscription plan?
Open Settings → Billing (visible to owners and admins). This opens the Stripe Customer Portal where you can upgrade, downgrade, or cancel. See Billing.
What databases does Mora support?
What databases does Mora support?
PostgreSQL, MySQL, Amazon Redshift, Google BigQuery, ClickHouse, Snowflake, and Databricks. See Datasources.
What third-party apps can I sync data from?
What third-party apps can I sync data from?
PostHog, Stripe, Salesforce, HubSpot, Attio, Google Sheets, and Facebook Ads. These sync into your warehouse via Fivetran. See Connections.
Can I export my data?
Can I export my data?
Yes — use the Download CSV option from any chart’s options menu. The export includes the data as shaped by Rift transformations. See Export.