Newer Version Available

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

Recipes List Resource

Returns a collection of Data Prep recipes and creates a recipe.
Resource URL
1/wave/recipes
Formats
JSON
Available Version
38.0
Available Components
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. Optional 38.0
format Connect​Recipe​Format​Type​Enum Returns a collection filtered by the format of the current recipe definition. Valid values are:
  • R2 (Data Prep Classic)
  • R3 (Data Prep)
Optional 48.0
license​Type Connect​Analytics​License​Type​Enum The Tableau CRM license types. Valid values are:
  • EinsteinAnalytics
  • Sonic
Optional 52.0
page​Size Int Number of items to be returned in a single page. Minimum is 1, maximum is 200, and default is 25. Optional 38.0
q String Search terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string. If the user’s search query contains quotation marks or wildcards, those symbols are automatically removed from the query string in the URI along with any other special characters. Optional 38.0
sort Connect​Wave​Sort​Order​Type​Enum The type of sort order to be applied to the returned collection. Valid values are:
  • App
  • Created​By
  • Created​Date
  • Last​Modified
  • Last​Modified​By
  • Mru (Most Recently Used, last viewed date)
  • Name
  • Type
Optional 38.0

The following REST URL shows how to use the q parameter as a search query in the GET request.

1/wave/recipes?q=MyRecipe
GET Response Body
Property Name Type Description Filter Group and Version Available Version
next​Page​Url String The URL to retrieve the next page of contents in the collection. Small, 52.0 52.0
recipes Recipe​Representation[] A list of recipes. Small, 38.0 38.0
total​Size Integer The total count of the elements in the collection, including all pages. Medium, 52.0 52.0
url String The URL to retrieve the collection. Small, 52.0 52.0
POST Request Body (RecipeInputRepresentation)
Property Name Type Description Required or Optional Available Version
conversion​Details Recipe​Conversion​Detail​Representation[] The list of conversion details when converting the recipe to R3 that are saved. Optional 51.0
dataflow​Definition String The recipe's definition. Optional 38.0
execution​Engine Connect​Recipe​Execution​Engine​Enum The recipe's execution engine. Valid values are:
  • V1
  • V2
Optional 41.0
file​Content String The recipe's JSON file content (see /wave/recipes/<recipeId>/file for more information). This property is internal to the recipe UI and is available for debugging and reference purposes only. This property is valid only for Data Prep Classic recipes. Required for POST and PATCH 38.0
folder Asset​Reference​Input​Representation The Tableau CRM app the recipe is published in. Required when dataflow​Definition is present 38.0
format Connect​Recipe​Format​Type​Enum Specifies the format of the recipe. Valid values are:
  • R2 (Data Prep Classic)
  • R3 (Data Prep)
Required 48.0
history​Label String A history label to tag the version of the recipe. Optional 51.0
label String A short label for the recipe. Optional 38.0
license​Attributes Licenses​Attributes​Representation The Tableau CRM license type and other properties. Optional 51.0
publishing​Target Connect​Recipe​Publishing​Target​Enum The target format or system to publish the recipe to. Valid values are:
  • Dataset (Publish to Dataset)
Optional 42.0
recipe​Definition Recipe​Definition​Input​Representation The recipe definition for the Data Prep recipe only. This property isn’t supported for Data Prep Classic recipes. Optional 49.0
row​Level​Security​Predicate String The security predicate of the target dataset. Optional 38.0
schedule String The recipe's schedule dataflow run. Optional 38.0
source​Dataflow Asset​Reference​Input​Representation The source dataflow asset used to upconvert to the recipe to R3. Optional 51.0

The following JSON shows how to create a recipe.

1{
2  "label" : "My Data Prep Recipe",
3  "name" : "MyDataPrepRecipe",
4  "format" : "R3",
5  "publishingTarget" : "Dataset",
6  "recipeDefinition" : {
7    "nodes" : { array of node objects },
8    "ui" : { ui metadata object },
9    "version" : "1.0"
10   }              
11}
POST Response Body (RecipeRepresentation)

RecipeRepresentation inherits properties from the abstract BaseWaveAssetRepresentation. These base properties appear alongside RecipeRepresentation specific properties in the following table.

Property Name Type Description Filter Group and Version Available Version
conversion​Details Recipe​Conversion​Detail​Representation[] The list of upconversion details when converting the recipe to R3. Small, 51.0 51.0
dataflow​Last​Update Date The date of the last recipe dataflow update. Small, 38.0 38.0
dataset Asset​Reference​Representation The target dataset. Small, 38.0 38.0
file​Url String The URL to get the recipe's JSON file content (see /wave/recipes/<recipeId>/file for more information). Small, 38.0 38.0
format Connect​Recipe​Format​Type​Enum Specifies the format of the returned recipe. Valid values are:
  • R2 (Data Prep Classic)
  • R3 (Data Prep)
Small, 48.0 48.0
histories​Url String The URL for the version histories associated with the recipe. Small, 51.0 51.0
licenseType Connect​Analytics​License​Type​Enum The Tableau CRM license types. Valid values are:
  • EinsteinAnalytics
  • Sonic
Optional 51.0
next​Scheduled​Date Date The next scheduled run of this recipe. Small, 47.0 47.0
publishing​Target Connect​Recipe​Publishing​Target​Enum The target format or system to publish the recipe to. Valid values are:
  • Dataset (Publish to Dataset)
Small, 42.0 42.0
recipe​Definition Recipe​Definition​Representation The recipe definition for the Data Prep recipe only. This property isn’t supported for Data Prep Classic recipes. Small, 49.0 49.0
row​Level​Security​Predicate String The security predicate of the target dataset. Small, 38.0 38.0
schedule String The schedule cron expression for the current dataflow. Small, 38.0 38.0
schedule​Type Connect​Recipe​Schedule​Type​Enum The schedule type of the recipe. Valid values are:
  • Event​Driven
  • Time​Driven
Small, 49.0 49.0
source​Dataflow String The dataflow used to upconvert or revert the current recipe. Small, v51.0 51.0
source​Recipe String The recipe used to upconvert or revert the current recipe. Small, 50.0 50.0
target​Dataflow​Id String The target dataflow ID. Small, 42.0 42.0
validation​Details Recipe​Validation​Detail​Representation[] The collection of validation details for a Data Prep recipe. This property isn’t supported for Data Prep Classic recipes. Small, 50.0 50.0
RecipeDefinitionInputRepresentation
Property Name Type Description Required or Optional Available Version
name String The recipe definition name. Required 49.0
nodes Map<String, Recipe​Node​Input​Representation> The map of recipe nodes by name. Required 49.0
version String The recipe definition version. Required 49.0
ui Object The recipe definition UI metadata. Required 49.0
RecipeDefinitionRepresentation
Property Name Type Description Filter Group and Version Available Version
name String The recipe definition name. Small, 49.0 49.0
nodes Map<String, Recipe​Node​Representation> The map of recipe nodes by name. Small, 51.0 51.0
version String The recipe definition version. Small, 49.0 49.0
ui Object The recipe definition UI metadata. Small, 49.0 49.0
RecipeDefinitionNodesMap
Property Name Type Description Required or Optional Available Version
nodes Map<String, Object> The map of recipe nodes by name. Required 49.0
RecipeValidationDetailRepresentation
Property Name Type Description Filter Group and Version Available Version
message String The message for the validation detail. Small, 50.0 50.0
node​Name String The name of the node referenced in the validation detail. Small, 50.0 50.0
node​Type String The type of node referenced in the validation detail. Small, 50.0 50.0
severity Connect​Recipe​Validation​Severity​Enum The severity of the validation detail. Valid values are:
  • Error - The recipe is non-runnable and can’t be saved.
  • Fatal - The validation process is stopped. The recipe is non-runnable and can’t be saved.
  • Warning - The recipe is non-runnable, but can be saved.
Small, 50.0 50.0
validation​Action String The validation action. Small, 50.0 50.0
validation​Code Integer The validation code. Small, 50.0 50.0
RecipeConversionDetailRepresentation
Property Name Type Description Filter Group and Version Available Version
conversion​Detail​Id Integer The conversion detail ID. Small, 52.0 52.0
message String The conversion detail message. Small, 52.0 52.0
node​Name String The name of the node referenced in the conversion detail. Small, 52.0 52.0
severity Connect​Recipe​Conversion​Severity​Enum The severity of the conversion detail. Valid values are:
  • UserInfo - The conversion details need user attention.
  • Warning - The conversion warning that needs user update.
Small, 52.0 52.0
RecipeConversionDetailInputRepresentation
Property Name Type Description Required or Optional Available Version
conversion​Detail​Id Integer The conversion detail ID. Required 52.0
message String The conversion detail message. Required 52.0
node​Name String The name of the node referenced in the conversion detail. Required 52.0
severity Connect​Recipe​Conversion​Severity​Enum The severity of the conversion detail. Valid values are:
  • UserInfo - The conversion details need user attention.
  • Warning - The conversion warning that needs user update.
Small, 52.0 52.0