Amazon Data Exchange · Arazzo Workflow
Amazon Data Exchange Publish Data Set
Version 1.0.0
Create a data set, add a revision, import assets from S3, and finalize it for publishing.
View Spec
View on GitHub
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptionArazzoWorkflows
Provider
Workflows
publish-data-set
Create a data set, revision, import job, and finalize the revision.
Provisions a new S3_SNAPSHOT data set, creates a revision, imports assets from an S3 bucket via a job, waits for the job to complete, and finalizes the revision for publishing.
1
2
3
createImportJob
Create an IMPORT_ASSETS_FROM_S3 job that loads the S3 object into the revision as an asset.
4
5
pollImportJob
Poll the job until it reaches a terminal state. Loops back while the job is still WAITING or IN_PROGRESS, branches to finalize on COMPLETED.
6
finalizeRevision
Finalize the revision so it can be published to subscribers. Sets Finalized to true via an update to the revision.
Source API Descriptions
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.