Methods for Data Shaping with Pipelines
The details of each data shaping method are explained in the following table.
Data Shaping Method |
Amount of Customization Logic Allowed |
Ease of Use |
Comments |
Examples |
---|---|---|---|---|
In a |
Low |
Easiest |
Pros: Generally, runs the fastest of the three data shaping methods; transactional guarantees. |
|
Pipeline Stored Procedure |
Medium |
More Difficult |
Pros: Transactional guarantees; cons of specifying data shaping logic directly in your |
See examples in CREATE PIPELINE . |
Transform |
High |
Most Difficult |
Pros: Can use any nearly any programming language and leverage third-party libraries. |
See the guide Writing a Transform to Use with a Pipeline |
Last modified: June 5, 2023