Requirements
To use quick connect with a connection string, you’ll need:- Organization Admin permissions in Omni
- A connection string (URI) for your database in the standard format
Supported databases
Quick connect supports the following databases:- ClickHouse
- Databricks
- Exasol
- MariaDB
- Microsoft SQL Server
- MySQL
- PostgreSQL
- Redshift
- Snowflake
- StarRocks
- Trino
Oracle connections require manual setup through the connection form to accept the license agreement.
Connection string format
Connection strings follow the standard URI format:Examples
Using quick connect
Prep the database
Before you start, prep your database for the connection. This can include:
- Creating an Omni database user and granting permissions
- Setting up a table upload schema (for CSV uploads)
- Adding Omni’s IP addresses to an allowlist
Paste your connection string
At the bottom of the page, you’ll see a quick connect input field. Paste your connection string and press Connect:
Omni will automatically parse the connection details and create the connection.If the connection string format is invalid or missing required fields, an error message will display below the input. Error messages never include passwords for security.If you encounter a server error during connection creation, you’ll be redirected to the connection form where you can review and adjust the settings.

Database-specific parameters
Some databases support additional parameters in the connection string:| Database | Parameter | Description | Example |
|---|---|---|---|
| Snowflake | warehouse | Snowflake warehouse name | ?warehouse=COMPUTE_WH |
| Snowflake | account | Snowflake account identifier | Added automatically from host |
| Microsoft SQL Server | schema | Default schema | ?schema=dbo |
| Databricks | http_path | HTTP path to the SQL warehouse | ?http_path=/sql/1.0/warehouses/abc123 |
Special characters in credentials
If your username or password contains special characters, they must be URL-encoded in the connection string:| Character | Encoded value |
|---|---|
@ | %40 |
: | %3A |
/ | %2F |
? | %3F |
# | %23 |
& | %26 |
p@ss:word, use p%40ss%3Aword in the connection string.
What’s next?
After creating your connection, you may want to:- Restrict schemas to limit which schemas are visible in Omni
- Configure timezones for your connection
- Set up SSH tunnels or AWS PrivateLink for secure connections