dbt Cloud
Supports:
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
token | string | Service Account Token | true |
url | string | URL of dbt Cloud instance e.g. https://cloud.getdbt.com | true |
Example
1 { 2 "name": "dbt Cloud connection", 3 "type": "dbtcloud", 4 "configuration": { 5 "token": "secret", 6 "url": "https://cloud.getdbt.com" 7 } 8 }
