Skip to main content

get_dbt_warehouse

Function get_dbt_warehouse 

Source
pub async fn get_dbt_warehouse(
    configuration: &Configuration,
    workspace: &str,
    name: &str,
) -> Result<DbtWarehouseConnection, Error<GetDbtWarehouseError>>
Expand description

Job-scoped: needs a job token, because the response carries the warehouse’s credentials. dbt is unpermissioned by design, so a running job reaches any warehouse the workspace configures.