dbt Semantic Layer
Tell Dot about your most important metrics.
To connect you need admin access to dbt cloud and you need to have setup the semantic layer.
Create API token
Go to ⚙️ | Accout Settings
Click on Service Tokens
Create new Token with permissions for
Semantic Layer
andMetadata
Copy and Save Generated Token
Get Environment ID
Go to Environments
Click on your production environment and copy the last part of the url ( e.g. 12345)
Get Your GraphQL URL
Depending on where your dbt account is hosted, you need to obtain a different url.
Here are the official docs on the different schema explorer/Graph QL URLs
Example: https://semantic-layer.cloud.getdbt.com/api/graphql
Allow Dot IPs
If your organization uses a firewall to manage dbt access, Dot will only access your dbtthrough the following IPs:
3.229.110.216
3.122.135.165
Last updated