Skip to content

Datasources

OnlyMetrix connects directly to your data warehouse. No data is copied — queries run against your live data.

Supported warehouses

WarehouseStatusDefault port
PostgreSQLSupported5432
ClickHouseSupported8443 (secure) / 8123
SnowflakeSupported443

Connecting a datasource

  1. Go to Datasources in the sidebar
  2. Select your warehouse type
  3. Enter connection details (host, database, credentials)
  4. Click Connect — OnlyMetrix will test the connection before saving

Connection details

FieldDescription
HostYour warehouse hostname (e.g., my-cluster.snowflakecomputing.com)
PortUsually auto-detected from warehouse type
DatabaseThe database name to connect to
SchemaSchema to use (default: public for Postgres)
User / PasswordWarehouse credentials
SecureEnable TLS/SSL (required for cloud-hosted warehouses)

TIP

For the host field, just enter the hostname — don't include https:// or port numbers. OnlyMetrix handles the protocol automatically.

After connecting

Once connected, OnlyMetrix will:

  1. Introspect your schema — discover tables, columns, and data types
  2. Suggest metrics — scan for common patterns and propose metrics
  3. Detect PII — flag columns that may contain personal data

Managing datasources

You can disconnect a datasource at any time from the Datasources page. Metrics associated with a disconnected datasource will remain in your catalog but won't be queryable until you reconnect.

MIT Licensed (SDK) | Proprietary (Server)