CheckStatus 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.

baseUrl

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️
  • Default: https://cloud.getdbt.com

Base url to select the tenant.

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
  • Dynamic:
  • Required:
  • Format: uri

URI of a manifest

runResults

  • Type: string
  • Dynamic:
  • Required:
  • Format: uri

URI of the run result