dbt Cloud
Type: Transformation
Website: https://cloud.getdbt.com/
API Docs: https://docs.getdbt.com/dbt-cloud/api-v2
Authentication
You can create either a personal access token, or a service token. Service tokens have additional restrictions on them that need to be configured correctly.
We do not recommend using user API tokens for authenticating to dbt Cloud. These could be deprecated by dbt in the future and they advise using one of the two token types listed below.
Further documentation is available in dbt.
Jobs
Job name | Description |
---|---|
dbt run job | This job triggers a connector using this endpoint. |
Last updated