create_dataset_like
Allocate a new dataset that inherits the properties of a source dataset. Optionally override attributes like block size or record format.
Instructions
Allocate a new dataset with the same attributes as an existing one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| primary | No | ||
| secondary | No | ||
| block_size | No | ||
| new_dataset | Yes | ||
| record_format | No | ||
| record_length | No | ||
| source_dataset | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |