Airbyte · Arazzo Workflow
Airbyte Find a Connection and Trigger Its Sync
Version 1.0.0
List the connections in a workspace, branch on whether any exist, then trigger and confirm a sync for the first connection.
View Spec
View on GitHub
Data IntegrationETLELTOpen SourceData PipelineConnectorsDataArazzoWorkflows
Provider
Workflows
find-connection-and-sync
Find the first connection in a workspace and trigger a sync for it.
Lists connections in a workspace, and if any exist triggers a sync for the first one and confirms the job started.
1
listConnections
listConnections
List the connections in the workspace. Branch on whether any connections were returned.
2
triggerSync
createJob
Trigger a sync job for the first connection returned by the list step.
3
confirmJob
getJob
Read the triggered job back by id to confirm it has been accepted and is pending or running.