Build Snowpark Transforms
Snowpark Transforms leverage Snowflake's native compute engine to process data directly within Snowflake using Python-like syntax. They provide the power and familiarity of Python while taking advantage of Snowflake's performance, scalability, and security features.
Before you beginโ
- Ensure you have an Ascend Project and Workspace
- Have Read Components or other data sources ready as inputs
- Snowflake as your Data Plane
Snowpark Transform guidesโ
๐Simple Snowpark Transforms
๐Incremental Snowpark Transforms
๐ง Smart Snowpark Transforms
Next stepsโ
After building your Snowpark Transforms:
- ๐ค Write transformed data to destinations
- ๐งช Add data tests to validate transformation logic
- ๐ Create Task Components for additional processing
- ๐ Set up Automations to orchestrate your pipeline