Documentation Index
Fetch the complete documentation index at: https://docs.sidecardata.com/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
Sidecar requires a dbt Cloud service account token to access the dbt Cloud API. This token must have permission to access the Administrative API, the Discovery API, and the ability to create and execute jobs. You must be on a Team or Enterprise plan, and your projects must be on version 1.0 or later.1. Create a service account token
- Navigate to
Account settingsin dbt Cloud. - Navigate to
API tokens > Service tokens. - Click
+ Create service token. - Give the service token a name like
sidecar-data. - Click
+ Add permission.
- Team accounts
- Enterprise accounts
Job Admin— to create and execute jobsMember— to access the Discovery API and Administrative APIBilling Admin— to monitor costs
- Click
Saveto create the service token. - Copy the service token value and save it in a safe place.
2. Connect dbt Cloud to Sidecar
- In the Onboarding page (or Settings), navigate to the Connect your dbt Cloud section.
- Enter your
Account ID. This can be found in dbt Cloud underAccount Settings > Account > Account ID. - Paste the
API Tokenyou created in Step 1. - dbt Cloud has standard and non-standard API URLs. Check which type you have by navigating to
Account Settings > Accountin dbt Cloud:- If you see a section called
Access URLs, you have non-standard URLs. - If you do not, you have standard URLs.
- If you see a section called
- If you have non-standard URLs, enter the values for
Access URL,Semantic Layer GraphQL API URL, andDiscovery API URL. Otherwise, skip this step. - Click
TestthenSave.
Single-tenant accounts
Single-tenant accounts
For customers with single-tenant instances of dbt Cloud, the API URLs follow this pattern:
- Access URL: Your vanity URL for this account
- Discovery API URL:
https://metadata.YOUR_ACCESS_URL/graphql - Semantic Layer GraphQL API URL:
https://semantic-layer.ABC123.getdbt.com/api/graphql