CheckStatus
CheckStatus
yaml
type: "io.kestra.plugin.dbt.cloud.CheckStatus"
Check the status of a dbt Cloud job.
Examples
yaml
id: dbt_check_status
namespace: company.team
tasks:
- id: check_status
type: io.kestra.plugin.dbt.cloud.CheckStatus
accountId: "dbt_account"
token: "dbt_token"
runId: "run_id"
Properties
accountId
- Type: string
- Dynamic: ✔️
- Required: ✔️
Numeric ID of the account.
baseUrl
- Type: string
- Dynamic: ✔️
- Required: ✔️
- Default:
https://cloud.getdbt.com
Base url to select the tenant.
runId
- Type: string
- Dynamic: ✔️
- Required: ✔️
The job run ID to check the status for.
token
- Type: string
- Dynamic: ✔️
- Required: ✔️
API key.
maxDuration
- Type:
- string
- string
- Dynamic: ✔️
- Required: ❌
parseRunResults
- Type:
- boolean
- string
- Dynamic: ✔️
- Required: ❌
pollFrequency
- Type:
- string
- string
- Dynamic: ✔️
- Required: ❌
Outputs
manifest
- Type: string
- Required: ❌
- Format:
uri
URI of a manifest
runResults
- Type: string
- Required: ❌
- Format:
uri
URI of the run result
Definitions
Was this page helpful?