Adobe Experience Cloud · Arazzo Workflow
Adobe Experience Platform Batch Ingestion
Version 1.0.0
Create a dataset, open a batch against it, then poll the batch until it finishes loading.
View Spec
View on GitHub
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney OrchestrationArazzoWorkflows
Provider
Workflows
batch-ingestion
Create a dataset, open an ingestion batch, and poll it to completion.
Creates a dataset bound to an existing schema, creates a parquet import batch for that dataset, and polls the batch status until ingestion finishes.
1
createDataset
createDataset
Create the dataset that the batch will ingest data into.
2
createBatch
createBatch
Open an import batch targeting the dataset for data upload.
3
pollBatch
getBatch
Poll the batch status. While the batch is still loading the step retries; once it reports a terminal status the workflow ends.