dbt Project Repository

Supports:

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
connected_userstringfalsetrue
oauth_access_tokenstringtruefalse
oauth_refresh_tokenstringfalsefalse
repositorystringOnly repositories with the Polytomic app installed will be listed.truefalse
commit_exposuresbooleantruefalse
branchstring(required if commit_exposures is “true”)falsefalse
latest_commitobjectfalsefalse

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}