v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBdbt
Update dbt environment
<Note> This endpoint requires **Connection Admin** permissions for the connection. </Note>Update an existing dbt environment on the specified connection. All fields are optional; only the provided fields will be updated.
put/v1/connections/{connectionId}/dbt/environments/{environmentId}
Path parameters
connectionIdstring uuid required
The unique identifier of the connection
environmentIdstring uuid required
The unique identifier of the dbt environment
Request body
Example request
{
"name": "Development",
"targetSchema": "dev_schema",
"isDeferralEnabled": true,
"ownerId": "550e8400-e29b-41d4-a716-446655440000",
"targetDatabase": "analytics_dev",
"targetName": "custom_target",
"targetRole": "developer",
"variables": [
{
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"name": "DBT_TARGET",
"value": "production"
}
]
}Response
dbt environment updated successfully