Airbyte · Arazzo Workflow
Airbyte Create and Verify a Source
Version 1.0.0
Create a source connector, read it back to confirm it persisted, and list the workspace's sources to confirm it appears.
View Spec
View on GitHub
Data IntegrationETLELTOpen SourceData PipelineConnectorsDataArazzoWorkflows
Provider
Workflows
create-verify-source
Create a source, read it back, and confirm it appears in the workspace list.
Creates a source, fetches it by id to confirm persistence, and lists the workspace's sources.
1
createSource
createSource
Create the source connector in the supplied workspace.
2
getSource
getSource
Read the newly created source back by id to confirm it persisted and to resolve the connector sourceType.
3
listSources
listSources
List the sources in the workspace to confirm the new source is present in the returned collection.