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
maxDuration
- Type: string
- Dynamic: ❌
- Required: ❌
- Default:
3600.000000000
- Format:
duration
The max total wait duration
password
- Type: string
- Dynamic: ✔️
- Required: ❌
Basic auth password
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
jobId
- Type: integer
The jobId created