Skip to main content

dbt_warehouse_exists

Function dbt_warehouse_exists 

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

Job-scoped: needs a job token. For a project bringing its own profiles.yml, which names a warehouse only to say where its assets belong and never opens the connection.