TriggerRun
Trigger job to run.
Use this task to kick off a run for a job. When this endpoint returns a successful response, a new run will be enqueued for the account. If you activate the wait
option, it will wait for the job to be ended and will display all the log and dynamic tasks.
type: "io.kestra.plugin.dbt.cloud.TriggerRun"
id: dbt_trigger_job_run
namespace: company.team
tasks:
- id: trigger_run
type: io.kestra.plugin.dbt.cloud.TriggerRun
accountId: "dbt_account"
token: "dbt_token"
jobId: "job_id"
YES
Numeric ID of the account.
YES
Triggered by Kestra.
A text description of the reason for running this job.
YES
API key.
YES
https://cloud.getdbt.com
Base url to select the tenant.
YES
Override the version of dbt used to run this job.
YES
YES
The git branch to check out before running this job.
YES
The git SHA to check out before running this job.
YES
Numeric ID of the job.
YES
PT1H
duration
The maximum total wait duration.
YES
true
YES
PT5S
duration
Specify frequency for job state check API calls.
YES
Override the destination schema in the configured target for this job.
YES
Override the list of steps for this job.
YES
Override the target.name context variable used when running this job.
YES
Override the number of threads used to run this job.
YES
YES
true
uri
URI of a manifest.
The run ID.
uri
URI of a run result.