Enums§
- DbtWarehouse
Exists Error - struct for typed errors of method
dbt_warehouse_exists - GetDbt
Warehouse Error - struct for typed errors of method
get_dbt_warehouse - Record
DbtRun Progress Error - 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.