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
createSource
Create the source connector in the workspace using the supplied name and configuration blob.
2
createDestination
createDestination
Create the destination connector in the same workspace that will receive the synced data.
3
getStreamProperties
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
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
createJob
Trigger the inaugural sync job for the freshly created connection so data begins moving from source to destination.