Celiq
v0.12Open app โ†—
Docs/Getting Started/Connecting Your Warehouse

Connecting Your Warehouse

Celiq guides you through warehouse setup with a conversational wizard โ€” no technical knowledge required.

LuminaryUpdated Jun 2026 ยท 4 min read
โœฆ
In this section
Part of Celiq's semantic layer platform. Connect your warehouse, model your data once, query it everywhere.
๐Ÿ’ก
Tip
What it is: A step-by-step guided setup that connects your data warehouse without requiring DevOps knowledge.
Why use it: Most teams connect in under 5 minutes. The wizard generates the exact script you need to run โ€” one copy-paste.
Where to find it: /connect or click "Connect warehouse" from the home page
Who can use it: Luminary role only.

Connecting Your Warehouse

Celiq guides you through warehouse setup with a conversational wizard โ€” no technical knowledge required.

How it works

  1. Go to /connect (or click "Connect warehouse")
  2. Choose your warehouse type
  3. Answer 2โ€“3 simple questions about your setup
  4. Run the generated setup script (one command in your cloud console)
  5. Paste the output back into Celiq โ€” connection tested automatically

Supported warehouses

WarehouseAuth methods
BigQueryService account JSON
SnowflakeUsername/password, key pair
PostgreSQLUsername/password, SSL
RedshiftUsername/password
MySQLUsername/password

The setup script

Celiq generates a script that creates a read-only service account with the minimum permissions needed. You run it once in your cloud console โ€” it takes about 30 seconds.

What the script does:
  • Creates a dedicated service account (e.g. celiq_reader)
  • Grants SELECT-only permissions on your schema
  • Outputs the credentials in the format Celiq expects

You never need to grant write access. Celiq is always read-only.

After connecting

Once the connection test passes, Celiq begins Auto-Provisioning โ€” it scans your schema, detects your business type, and sets up your workspace automatically. See Auto-Provisioning.

Troubleshooting connection failures

ErrorLikely cause
SSL certificate errorSet SSL mode to require or disable depending on your DB config
Authentication failedRe-run the setup script โ€” credentials may have expired
TimeoutFirewall rules blocking Celiq's IP range (see IP allowlist below)
Permission denied on schemaRe-run the setup script โ€” the SELECT grant may not have applied
Celiq IP ranges (for allowlisting): See Lumen โ†’ Integrations โ†’ IP Allowlist.