Create Parquet file as stream
Creates a Parquet file from a DataReader or DataTable and returns the result as a Stream.
Example
Using data table as Source:

Properties
| Name | Type | Description | 
|---|---|---|
| Title | The title for the create action. | |
| Source | Required | Specifies the source of the data, which can either be a DataReader or DataTable. | 
| Result variable name | Required | The name of the variable you can use to reference the Stream in other actions. | 
| Description | Optional | Additional notes or comments about the action or configuration. | 
Returns
