Amazon Forecast · Arazzo Workflow
Amazon Forecast Register Dataset to Group
Version 1.0.0
Create a dataset, wait until ACTIVE, then create a dataset group containing it.
Provider
Workflows
register-dataset-to-group
Create a dataset and attach it to a new dataset group once it is ACTIVE.
Creates a dataset, polls describeDataset until the dataset is ACTIVE, and then creates a dataset group that includes the new dataset's ARN.
1
createDataset
createDataset
Create the dataset that will be registered into the dataset group.
2
waitForDatasetActive
describeDataset
Describe the dataset and confirm it has reached the ACTIVE status. Repeat this step while the dataset is still being created.
3
createDatasetGroup
createDatasetGroup
Create a dataset group that references the new dataset by its ARN.