Sync
yaml
type: "io.kestra.plugin.airbyte.cloud.jobs.sync"
Examples
yaml
id: airbyte_sync
namespace: company.team
tasks:
- id: sync
type: io.kestra.plugin.airbyte.cloud.jobs.Sync
token: <token>
connectionId: e3b1ce92-547c-436f-b1e8-23b6936c12cd
Properties
connectionId *Requiredstring
clientId string
clientSecret string
maxDuration string
Default
PT1H
Format
duration
password string
pollFrequency string
Default
PT1S
Format
duration
token string
tokenURL string
Default
https://api.airbyte.com/v1/applications/token
username string
wait booleanstring
Default
true
Outputs
Metrics
bytes_synced counter
duration timer
rows_synced counter
Definitions
io.kestra.plugin.airbyte.cloud.jobs.AbstractTrigger-Job
bytesSynced integer
duration string
Format
duration
jobId integer
jobType string
Possible Values
SYNC
RESET
REFRESH
CLEAR
lastUpdatedAt string
Format
date-time
rowsSynced integer
startTime string
Format
date-time
status string
Possible Values
PENDING
RUNNING
INCOMPLETE
FAILED
SUCCEEDED
CANCELLED