Sync
yaml
type: "io.kestra.plugin.airbyte.connections.Sync"
Run a sync on a connection
Examples
yaml
id: "sync"
type: "io.kestra.plugin.airbyte.connections.Sync"
url: http://localhost:8080
connectionId: e3b1ce92-547c-436f-b1e8-23b6936c12cd
Properties
url
- Type: string
- Dynamic: ✔️
- Required: ✔️
The URL of your Airbyte instance
connectionId
- Type: string
- Dynamic: ✔️
- Required: ❌
The connection id to sync
failOnActiveSync
- Type: boolean
- Dynamic: ❌
- Required: ❌
- Default:
true
Specify whether task should fail if a sync is already running
httpTimeout
- Type: string
- Dynamic: ❌
- Required: ❌
- Default:
10.000000000
- Format:
duration
HTTP connection timeout
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 frequency for sync attempt state check API call
token
- Type: string
- Dynamic: ✔️
- Required: ❌
API key
username
- Type: string
- Dynamic: ✔️
- Required: ❌
Basic auth username
wait
- Type: boolean
- Dynamic: ❌
- Required: ❌
- Default:
true
Wait for the end of the job.
Allowing to capture job status & logs
Outputs
alreadyRunning
- Type: boolean
Whether a sync was already running or not
jobId
- Type: integer
The jobId created