batch_process_datasets
Apply a selected data operation to multiple datasets simultaneously, with support for validation, profiling, cleaning, and preprocessing.
Instructions
Apply the same operation to multiple datasets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_names | Yes | List of dataset names to process | |
| operation | Yes | Operation to apply to all datasets | |
| operation_config | No | Configuration for the operation | |
| output_prefix | No | Prefix for output dataset names | batch_ |