dbt Semantic Layer

To connect you need admin access to dbt cloud and you need to have setup the semantic layer.

If you use dbt core, you might want to check out What's DotML? as an open-source alternative.

Create API token

  1. Go to ⚙️ | Accout Settings

  1. Click on Service Tokens

  1. Create new Token with permissions for Semantic Layer and Metadata

  1. Copy and Save Generated Token

Get Environment ID

  1. Go to Environments

  1. Click on your production environment and copy the last part of the url ( e.g. 12345)

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