Adobe Experience Cloud · Arazzo Workflow
Adobe Experience Platform Schema and Dataset Setup
Version 1.0.0
Create an XDM schema, confirm it, then create and verify a dataset bound to it.
View Spec
View on GitHub
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney OrchestrationArazzoWorkflows
Provider
Workflows
schema-dataset-setup
Register an XDM schema and create a dataset that references it.
Creates an XDM schema, reads it back, then creates a dataset referencing the schema id and confirms the dataset exists in the Data Catalog.
1
createSchema
createSchema
Register a new XDM schema in the tenant container.
2
confirmSchema
getSchema
Read the schema back by its id to confirm it was registered.
3
createDataset
createDataset
Create a dataset in the Data Catalog referencing the new schema.
4
listDatasets
listDatasets
List datasets in the sandbox to confirm the new dataset is registered in the Data Catalog.