Atlas User Guides

Everything you need to get started with BlackOptic Atlas — from asking your first question to building dashboards, modeling data, and managing your workspace.

BI Tool SQL API

llm.txt

Overview

Atlas exposes a SQL API (via Cube's PostgreSQL Wire Protocol) so external BI tools like Power BI, Tableau, and Metabase can query the semantic layer using a standard PostgreSQL connection.

Connection Parameters

ParameterLocal DevDeployed
HostlocalhostDepends on environment (K8s service, load balancer, etc.)
Port15432Depends on environment
Usercube (default)Configured per deployment
PasswordValue of CUBEJS_SQL_PASSWORDStrong password required
Databasedb (if required by tool)Configured per deployment

Note

Per-user / per-tenant security context for the SQL API is more limited than the JSON API unless checkSqlAuth() is implemented for your deployment.