Airbyte · Arazzo Workflow
Airbyte Create a Tag and Apply It to a Connection
Version 1.0.0
Create an organizing tag in a workspace, find the first connection, and patch that connection to carry the new tag.
View Spec
View on GitHub
Data IntegrationETLELTOpen SourceData PipelineConnectorsDataArazzoWorkflows
Provider
Workflows
tag-connection
Create a tag and apply it to the first connection in a workspace.
Creates a tag, finds the first connection in the workspace, and patches it to carry the tag.
1
createTag
createTag
Create the organizing tag scoped to the workspace.
2
listConnections
listConnections
List the workspace's connections. Branch on whether any connections exist to be tagged.
3
applyTag
patchConnection
Patch the first connection so it carries the newly created tag, leaving its source, destination, and schedule untouched.