CheckStatus
yaml
type: "io.kestra.plugin.dbt.cloud.CheckStatus"
Check the status of a dbt Cloud job
Examples
yaml
id: "check_status"
type: "io.kestra.plugin.dbt.cloud.CheckStatus"
accountId: "<your-account>"
token: "<your token>"
runId: "<your run id>"
Properties
accountId
- Type: string
- Dynamic: ✔️
- Required: ✔️
Numeric ID of the account
token
- Type: string
- Dynamic: ✔️
- Required: ✔️
API key.
maxDuration
- Type: string
- Dynamic: ❌
- Required: ❌
- Default:
3600.000000000
- Format:
duration
The maximum duration the task should poll for the job completion
parseRunResults
- Type: boolean
- Dynamic: ❌
- Required: ❌
- Default:
true
Parse run result
Whether to parse the run result to display the duration of each dbt node in the Gantt view
pollFrequency
- Type: string
- Dynamic: ❌
- Required: ❌
- Default:
5.000000000
- Format:
duration
Specify how often the task should poll for the job status
runId
- Type: string
- Dynamic: ✔️
- Required: ❌
The job run id to check the status for
Outputs
manifest
- Type: string
URI of a manifest
runResults
- Type: string
URI of the run result