Capabilities
The connector syncs the users in a dbt Cloud account as identities. Each user
carries their account status and license type, so you can see who holds a paid
developer seat versus read-only access. It also syncs the account’s groups
(permission sets) and who belongs to each one, so group membership is visible
and reviewable in C1.
Gather dbt Cloud credentials
1
Sign in to dbt Cloud as an account administrator.
2
Open Account Settings > Service Tokens and create a token. Give it
the Account Viewer permission set so it can read the account’s users and
groups. Copy the token — you will use it to configure the connector.
3
Find your account ID: it is the number after
/accounts/ in your dbt
Cloud URL (for example, 12345 in
https://cloud.getdbt.com/api/v3/accounts/12345/). You will enter it
alongside the token.4
If your account is hosted on a regional instance (for example
https://emea.dbt.com or https://au.dbt.com) or a single-tenant
deployment, note that host — you will enter it as the optional base URL.
Otherwise leave the base URL blank to use the default dbt Cloud host.Configure the dbt Cloud connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your dbt Cloud connector is now pulling access data into C1.
1
In C1, navigate to Apps > Connectors and click Add connector.
2
Search for dbt Cloud and click Add.
3
Choose where to add the connector: Create a new app, or Add to an existing app (then select the app).If you’re creating a new app, choose whether to link it to an application discovered from your identity provider: select Yes and pick the IdP application, or No to continue with just the connector.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
Enter the dbt Cloud credentials:
- API token: The service token you created in dbt Cloud.
- Account ID: Your numeric dbt Cloud account ID.
- Base URL (optional): Your regional or single-tenant host. Leave blank to use the default dbt Cloud host.
9
Click Save.
10
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.