Snowpark Transform
Snowpark transforms execute Python code to transform data within the Snowflake platform.
SnowparkTransform
info
SnowparkTransform
is defined beneath the following ancestor nodes in the YAML structure:
Below are the properties for the SnowparkTransform
. Each property links to the specific details section further down in this page.
Property | Default | Type | Required | Description |
---|---|---|---|---|
inputs | array[InputComponent] | No | List of input names to use in the SQL query. | |
materialization | Any of: PartitionMaterialization IncrementalMaterialization string ("view", "table") | No | Resource for data materialization during the transform process. | |
snowpark | PythonTransformComponent | No | Snowpark transform function to execute for transforming the data. |
Property Details
Component
A component is a fundamental building block of a data flow. Types of components that are supported include: read, transform, task, test, and more.
Property | Default | Type | Required | Description |
---|---|---|---|---|
component | One of: ReadComponent TransformComponent TaskComponent SingularTestComponent CustomPythonReadComponent WriteComponent CompoundComponent AliasedTableComponent ExternalTableComponent | Yes | Configuration options for the component. |
TransformComponent
A component that executes SQL or Python code to transform data.
Property | Default | Type | Required | Description |
---|---|---|---|---|
data_plane | One of: |