Connect your dataSupported integrations
Databricks
Connect Databricks to Querio.
Before you start
You need a Databricks workspace with a SQL Warehouse or cluster, plus a token or service principal with access to the catalog and schema Querio should query.
1. Create an access token
What: Create a token Querio can use to authenticate.
How:
- In Databricks, open your user settings
- Go to Developer > Access tokens
- Click Generate new token
- Give it a clear description
- Copy the token and store it securely
For production, use a service principal when possible.
2. Find connection details
What: Get the server hostname and HTTP path.
How:
- Go to SQL Warehouses
- Open the warehouse Querio should use
- Open Connection details
- Copy the Server hostname and HTTP path
3. Grant catalog and schema permissions
What: Give the token identity read access to the target catalog and schema.
GRANT USE CATALOG ON CATALOG my_catalog TO `querio-service-principal@domain.com`;
GRANT USE SCHEMA ON SCHEMA my_catalog.my_schema TO `querio-service-principal@domain.com`;
GRANT SELECT ON SCHEMA my_catalog.my_schema TO `querio-service-principal@domain.com`;4. Share the connection details
Provide the token, server hostname, HTTP path, catalog, and schema to Querio.