v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBConnections
Update dbt configuration
put/api/v1/connections/{connectionId}/dbt
Path parameters
connectionIdstring uuid required
Connection ID
Example:550e8400-e29b-41d4-a716-446655440000
Connection ID
Request body
Example request
{
"authMethod": "ssh",
"autogenRelationships": true,
"branch": "main",
"commitSigningCommitterEmail": "omni-bot@example.com",
"commitSigningCommitterName": "Omni Bot",
"dbtVersion": "1.11",
"githubAppInstallationId": "12345678",
"sshUrl": "git@github.com:org/repo.git"
}Response
dbt configuration updated successfully
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
}