Airbyte · Arazzo Workflow
Airbyte Provision a Full Data Pipeline
Version 1.0.0
Stand up a source, a destination, inspect the available streams, wire them into a connection, and kick off the first sync.
View Spec
View on GitHub
Data IntegrationETLELTOpen-SourceData PipelineConnectorsDataArazzoWorkflows
Provider
Workflows
provision-pipeline
Create source and destination, wire a connection, and trigger the first sync.
Creates a source and destination in the supplied workspace, resolves the stream properties for the pair, creates a connection, and triggers a sync job for that connection.
1
createSource
Create the source connector in the workspace using the supplied name and configuration blob.
2
createDestination
Create the destination connector in the same workspace that will receive the synced data.
3
getStreamProperties
Resolve the available stream properties for the new source/destination pair so the catalog can be confirmed before the connection is created.
4
createConnection
Create the connection that binds the source to the destination. The connection is created with a manual schedule so the first sync is triggered explicitly by the next step.
5
triggerFirstSync
Trigger the inaugural sync job for the freshly created connection so data begins moving from source to destination.
Source API Descriptions
openapi
openapi
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.