Skip to main content

Module dbt_api

Module dbt_api 

Source

Enums§

DbtWarehouseExistsError
struct for typed errors of method dbt_warehouse_exists
GetDbtWarehouseError
struct for typed errors of method get_dbt_warehouse
RecordDbtRunProgressError
struct for typed errors of method record_dbt_run_progress

Functions§

dbt_warehouse_exists
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.
get_dbt_warehouse
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.
record_dbt_run_progress
Job-scoped: needs a job token, and the job is taken from the token rather than the body. For workers with no database access.