Connections

Get dbt configuration

get/api/v1/connections/{connectionId}/dbt

Path parameters

connectionIdstring uuid required

Connection ID

Example:550e8400-e29b-41d4-a716-446655440000

Connection ID

Response

dbt configuration for the connection

OR

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]/authMethod to the response with the 200 status

      response-required-property-added

    • added the required property anyOf[subschema #1: DbtConfiguredResponse]/commitSigningCommitterEmail to the response with the 200 status

      response-required-property-added

    • added the required property anyOf[subschema #1: DbtConfiguredResponse]/commitSigningCommitterName to the response with the 200 status

      response-required-property-added

    • added the required property anyOf[subschema #1: DbtConfiguredResponse]/commitSigningPublicKey to the response with the 200 status

      response-required-property-added

    • added the required property anyOf[subschema #1: DbtConfiguredResponse]/githubAppInstallationId to the response with the 200 status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog