CheckStatus CheckStatus

yaml
type: "io.kestra.plugin.airbyte.connections.CheckStatus"

Check job status of a running sync connection.

Examples

yaml
id: airbyte_check_status
namespace: company.team

tasks:
  - id: "check_status"
    type: "io.kestra.plugin.airbyte.connections.CheckStatus"
    url: http://localhost:8080
    jobId: 970

Properties

url

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The URL of your Airbyte instance.

httpTimeout

  • Type: string
  • Dynamic:
  • Required:
  • Default: 10.000000000
  • Format: duration

HTTP connection timeout.

jobId

  • Type: string
  • Dynamic: ✔️
  • Required:

The job ID to check status for.

maxDuration

  • Type: string
  • Dynamic:
  • Required:
  • Default: 3600.000000000
  • Format: duration

The maximum total wait duration.

password

  • Type: string
  • Dynamic: ✔️
  • Required:

Basic authentication password.

pollFrequency

  • Type: string
  • Dynamic:
  • Required:
  • Default: 1.000000000
  • Format: duration

Specify how often the task should poll for the sync status.

token

  • Type: string
  • Dynamic: ✔️
  • Required:

API key.

username

  • Type: string
  • Dynamic: ✔️
  • Required:

Basic authentication username.

Outputs

finalJobStatus

  • Type: string
  • Required:

The final job status.

Definitions

Was this page helpful?