dbt Project Repository
Supports:
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
connected_user | string | false | true | |
oauth_access_token | string | true | false | |
oauth_refresh_token | string | false | false | |
repository | string | Only repositories with the Polytomic app installed will be listed. | true | false |
commit_exposures | boolean | true | false | |
branch | string | (required if commit_exposures is “true”) | false | false |
latest_commit | object | false | false |
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 }