3rd party
dbt Cloud in Mage
Trigger model runs in dbt Cloud.
Configuration
Here are the following keyword arguments that can be used for configuration:
Keyword argument | Description | Sample value |
---|---|---|
account_id | dbt Cloud account ID | 12345 |
api_token | Service account tokens | abc123 |
Example code
Trigger job run with job_id
.
Sample output:
Methods
Common APIs in dbt Cloud implemented in the
DbtCloudClient
.
get_run
list_jobs
list_runs
trigger_job_run
Was this page helpful?