CheckStatus
yaml
type: "io.kestra.plugin.airbyte.connections.CheckStatus"
Check job status of a running sync connection
Examples
yaml
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 max total wait duration
password
- Type: string
- Dynamic: ✔️
- Required: ❌
Basic auth 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 auth username
Outputs
finalJobStatus
- Type: string
The final job status