dbt Project Repository
Supports:
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
branch | string | Exposures branch (required if commit_exposures is “true”) | false |
commit_exposures | boolean | Commit exposures file | true |
latest_commit | object | Most recent exposures commit | false |
oauth_access_token | string | true | |
oauth_refresh_token | string | false | |
repository | string | dbt project repository Only repositories with the Polytomic app installed will be listed. | true |
Example
1 { 2 "name": "dbt Project Repository connection", 3 "type": "dbtprojectrepository", 4 "configuration": { 5 "branch": "", 6 "commit_exposures": false, 7 "latest_commit": { 8 "href": "", 9 "text": "" 10 }, 11 "oauth_access_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", 12 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", 13 "repository": "" 14 } 15 }
Read-only properties
| Name | Type | Description | Required |
|---|---|---|---|
connected_user | string | Connected user | false |
