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"
Numeric ID of the account.
Base url to select the tenant.
A text description of the reason for running this job.
Numeric ID of the job.
API key.
Override the version of dbt used to run this job.
The git branch to check out before running this job.
The git SHA to check out before running this job.
The maximum total wait duration.
Specify frequency for job state check API calls.
Override the destination schema in the configured target for this job.
Override the list of steps for this job.
Override the target.name context variable used when running this job.
Override the number of threads used to run this job.
URI of a manifest.
The run ID.
URI of a run result.