v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBConnections
Update dbt environment
Update an existing dbt environment for a connection.
put/api/v1/connections/{connectionId}/dbt/environments/{environmentId}
Path parameters
connectionIdstring uuid required
Connection ID
Example:550e8400-e29b-41d4-a716-446655440000
Connection ID
environmentIdstring uuid required
Environment ID
Example:247dc6dc-2a58-4688-9521-c5ed3e99c1e8
Environment ID
Request body
Example request
{
"name": "PR_1111_Expose",
"targetDatabase": "analytics_dev",
"targetSchema": "PR_1111_Expose"
}Response
dbt environment updated successfully