Get dbt configuration
Path parameters
Connection ID
Connection ID
Response
dbt configuration for the connection
Example response
{
"authMethod": "ssh",
"autogenRelationships": true,
"branch": "main",
"commitSigningCommitterEmail": "omni-bot@example.com",
"commitSigningCommitterName": "Omni Bot",
"dbtVersion": "Auto",
"githubAppInstallationId": "12345678",
"projectRootPath": "dbt_project",
"sshUrl": "git@github.com:org/repo.git",
"supportsDbt": true
}Changes
Changed in 1 of the 22 revisions of this API.5
- ○
added the required property
anyOf[subschema #1: DbtConfiguredResponse]/authMethodto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[subschema #1: DbtConfiguredResponse]/commitSigningCommitterEmailto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[subschema #1: DbtConfiguredResponse]/commitSigningCommitterNameto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[subschema #1: DbtConfiguredResponse]/commitSigningPublicKeyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[subschema #1: DbtConfiguredResponse]/githubAppInstallationIdto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○