transform
Apply aggregations, filters, renames, or column selections to any source table, then return or save the transformed result.
Instructions
Apply aggregations, filters, renaming, or column selection to a source table and return or save results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Name of the table within the source to transform | |
| source | Yes | Name of the data source to transform | |
| operations | Yes | List of transform operations to apply in order | |
| output_format | No | Output format (default: json) |