Newer Version Available

This content describes an older version of this product. View Latest

Recipes List Resource

A listing of Data Prep recipes.
Resource URL
1/wave/recipes
Formats
JSON
Available Version
38.0
HTTP Methods
GET POST
GET Request Parameters
Parameter Name Type Description Required or Optional Available Version
page String A generated token that indicates the view of the objects to be returned. 38.0
pageSize Int Number of items to be returned in a single page. Minimum is 1, maximum is 200, and default is 25. 38.0
q String Search terms. Individual terms are separated by spaces. Wild cards aren’t supported. 38.0
sort Connect​Wave​Sort​Order​Type​Enum LastModified, Mru, or Name. 38.0
GET Response Body
Property Name Type Description Filter Group and Version Available Version
recipes Recipe​Representation[] A list of recipes. Small, 38.0 38.0
POST Request Body
RecipeInputRepresentation
Property Name Type Description Required or Optional Available Version
dataflow​Definition String The recipe's dataflow definition. 38.0
execution​Engine Enum The recipe's execution engine. V1 (dataflow definition) or V2 (directly on Spark). 41.0
fileContent String The recipe's file content. This property is internal to the recipe UI and is available for debugging and reference purposes only. 38.0
folder Asset​Reference​Input​Representation The recipe's publish folder. 38.0
label String A short label for the recipe. 38.0
name String The name of the recipe. 38.0
publishing​Target Connect​Recipe​Publishing​Target​Enum The target format or system for the recipe. “Dataset” is the only value. Small, 42.0 42.0
row​Level​Security​Predicate String The security predicate of the target dataset. 38.0
schedule String The recipe's schedule dataflow run. 38.0
POST Request Parameters
Parameter Name Type Description Required or Optional Available Version
recipeFile Binary Recipe JSON file (transforms). For Salesforce use only. 38.0
recipeObject Object (Recipe​Input​Representation) Metadata information such as recipe name, dataflow definition (if any), label, folder, and so on. 38.0
POST Response Body
RecipeRepresentation
Property Name Type Description Filter Group and Version Available Version
dataflow​Last​Update Date Last dataflow update. Small, 38.0 38.0
dataset Asset​Reference​Representation Target dataset Small, 38.0 38.0
fileUrl String URL to get the recipe's file content. Small, 38.0 38.0
publishing​Target Connect​Recipe​Publishing​Target​Enum The target format or system for the recipe. “Dataset” is the only value. Small, 42.0 42.0
row​Level​Security​Predicate String The security predicate of the target dataset. Small, 38.0 38.0
schedule String The schedule cron expression current dataflow. Small, 38.0 38.0
target​Dataflow​Id String Target dataflow ID. Small, 42.0 42.0