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